SpreadsheetWebControlSaveAsHTML Method (String, Boolean)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Saves spreadsheet in a HTML format file. The second and subsequent worksheets of the spreadsheet will be saved in separate files with auto-generated names.
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Parameters
- fileName
- Type: SystemString
Name of the file. - createNavigationLinks
- Type: SystemBoolean
If true, the method will create links for navigation between generated HTML files.
Return Value
Type: StringList of generated HTML files.
See Also