-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
When pulling text from a spreadsheet, the current extractor does not return the sheet names in the text. It would be GREAT if there was an options to preface the sheet text by the sheet name.
Why
Often, important contextual information is included in sheet names.
It would be easy to implement - in the office-text-extractor code, you are pulling them already as the sheet data is accessed via the sheet name. Adding a simple boolean flag on whether or not to output the sheet names into the === separator denoting new sheet text could be a solution? It could be set to false by default for backward compatibility.
Alternatives
I mean, I love the all in one nature of office-text-extractor, but I could process the files myself instead.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request