Skip to content
Discussion options

You must be logged in to vote

You can use the Open XML SDK for Office SDK (this is C# only) to access the contents of an Excel spreadsheet, however if you are looking for language alternatives then there are third party libraries available that can parse OpenXML documents.

All Office files are based on OpenXML, it is possible to change the extension to ZIP and extract the contents, however your one file is split up into multiple files. You maybe able to pass the contents of these files as context to a model to work with.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@dob-xml
Comment options

Comment options

You must be logged in to vote
1 reply
@dob-xml
Comment options

Answer selected by amynic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment