Changes between Initial Version and Version 1 of Ticket #1110, comment 6


Ignore:
Timestamp:
Feb 18, 2019, 8:18:52 AM (5 years ago)
Author:
Nicklas Nordborg

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1110, comment 6

    initial v1  
    44References #1110: Support for Excel files as an alternative to tab-separated files
    55
    6 The Library registration wizard should now support Qubit files in Excel format. In order to not complicate the importer code, the `XlsxToCxsUtil` 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.
     6The 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.
    77}}}