Build 5.0.0.49 of xlsgen improves HTML import, that is, how data formatted as HTML gets imported in xlsgen in order to create an Excel file.
HTML import now supports two mechanisms for splitting a row of data into multiple columns :
- a
SeparationCharacters
property in the
IXlsHTMLImportOptions interface which allows to specity a string used as separation.
- a
SplitBySeparatorString
property in the
IXlsImportColumnSplitter interface, which adds a string rather than single character property if you were already using the column split interface.