diff --git a/docs/plugins/xlsxreader.rst b/docs/plugins/xlsxreader.rst index fe86a072d..3d6cc0ac8 100644 --- a/docs/plugins/xlsxreader.rst +++ b/docs/plugins/xlsxreader.rst @@ -3,7 +3,7 @@ xlsxreader .. dfhack-tool:: :summary: Provides a Lua API for reading xlsx files. - :tags: untested dev + :tags: dev :no-command: See `xlsxreader-api` for details. diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 049c05f89..727df63c5 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -167,7 +167,7 @@ dfhack_plugin(tiletypes tiletypes.cpp Brushes.h LINK_LIBRARIES lua) #add_subdirectory(tweak) #dfhack_plugin(workflow workflow.cpp LINK_LIBRARIES lua) #dfhack_plugin(workNow workNow.cpp) -#dfhack_plugin(xlsxreader xlsxreader.cpp LINK_LIBRARIES lua xlsxio_read_STATIC zip expat) +dfhack_plugin(xlsxreader xlsxreader.cpp LINK_LIBRARIES lua xlsxio_read_STATIC zip expat) #dfhack_plugin(zone zone.cpp) # If you are adding a plugin that you do not intend to commit to the DFHack repo,