Basic importer for Excel-spreadsheets

This commit is contained in:
Ulrich Brammer
2016-08-06 20:32:14 +02:00
parent e0c69c8afe
commit 796badeabd
4 changed files with 454 additions and 2 deletions

View File

@@ -37,5 +37,6 @@ ParGrp.SetString("HelpIndex", "Spreadsheet/Help/index.html")
ParGrp.SetString("WorkBenchName", "Spreadsheet")
ParGrp.SetString("WorkBenchModule", "SpreadsheetWorkbench.py")
# add Import/Export types
App.addImportType("Excel spreadsheet (*.xlsx)","importXLSX")