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

@@ -57,7 +57,7 @@ target_link_libraries(Spreadsheet ${Spreadsheet_LIBS})
fc_target_copy_resource(Spreadsheet
${CMAKE_SOURCE_DIR}/src/Mod/Spreadsheet
${CMAKE_BINARY_DIR}/Mod/Spreadsheet
Init.py TestSpreadsheet.py)
Init.py TestSpreadsheet.py importXLSX.py)
SET_BIN_DIR(Spreadsheet Spreadsheet /Mod/Spreadsheet)
SET_PYTHON_PREFIX_SUFFIX(Spreadsheet)