Skip to content

pull sheet names as part of text from xlsx files? #14

@chazzmoney

Description

@chazzmoney

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions