You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text extractor for ooxml documents
-i path : document to parse
-o path : text output (default=stdout)
- : use stdin for input
-r : raw text output (default=json)
-p pass : password
JSON (XLSX)
Property
Level
Type
Description
document
0
document.type
0
Text
document.pages
0
Array
=sheets
document.pages[].meta
1
Object
document.pages[].meta.name
1
Text
sheet name
document.pages[].paragraphs
1
Array
=rows
document.pages[].paragraphs[].values
2
Array
=cells
document.pages[].paragraphs[].text
2
Text
text is a join of values using space as delimiter. It is intended for display purposes only.