Skip to content

Commit

Permalink
Basic importer for Excel-spreadsheets
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrich1a committed Aug 6, 2016
1 parent e0c69c8 commit 796bade
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Spreadsheet/App/CMakeLists.txt
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions src/Mod/Spreadsheet/CMakeLists.txt
Expand Up @@ -9,6 +9,7 @@ INSTALL(
Init.py
InitGui.py
TestSpreadsheet.py
importXLSX.py
DESTINATION
Mod/Spreadsheet
)
3 changes: 2 additions & 1 deletion src/Mod/Spreadsheet/Init.py
Expand Up @@ -37,5 +37,6 @@
ParGrp.SetString("WorkBenchName", "Spreadsheet")
ParGrp.SetString("WorkBenchModule", "SpreadsheetWorkbench.py")


# add Import/Export types
App.addImportType("Excel spreadsheet (*.xlsx)","importXLSX")

0 comments on commit 796bade

Please sign in to comment.