Changes between Initial Version and Version 1 of Ticket #1110, comment 6
- Timestamp:
- Feb 18, 2019, 8:18:52 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1110, comment 6
initial v1 4 4 References #1110: Support for Excel files as an alternative to tab-separated files 5 5 6 The Library registration wizard should now support Qubit files in Excel format. In order to not complicate the importer code, the `XlsxToC xsUtil` class was implemented. It can read an Excel file and generate CSV as output (per worksheet), which is then fed to the already existing importer code.6 The Library registration wizard should now support Qubit files in Excel format. In order to not complicate the importer code, the `XlsxToCvsUtil` class was implemented. It can read an Excel file and generate CSV as output (per worksheet), which is then fed to the already existing importer code. 7 7 }}}