Skip to content

feature request: Parse Workbook Properties #677

Description

@Alex-ley-scrub

Feature Request

see: ToucanToco/fastexcel#495

Would it be possible to parse Workbook Properties? I am not sure if they are inside of https://docs.rs/calamine/latest/calamine/struct.Xlsx.html#method.metadata?

e.g. I usually do something like this with openpyxl and it would be nice to do it with fastexcel instead.

wb = load_workbook(...)
author = wb.properties.creator
user = wb.properties.lastModifiedBy

Metadata

Metadata

Assignees

Labels

fix in progressThere is an active PR to fix this issue.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions