Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read cell attributes cm, ph, and vm #173

Merged
merged 6 commits into from
May 11, 2022
Merged

read cell attributes cm, ph, and vm #173

merged 6 commits into from
May 11, 2022

Conversation

JanMarvin
Copy link
Owner

This pull request reads the attributes

The cell meta index is found when writing formulas where Excel hides that they are arrays and shows them as simpel formulas. Previously reading/writing such a file would result in showing curly brackets. This implementation allows reading the metadata.xml file.

I do not have examples for ph and vm yet. Therefore could not test either. This PR does not provide options to write a file from scratch with cm and metadata. This will require a follow up PR to create metadata.xml.

It's a bit inconvenient that we have to assign these entries for every cell in the workbook. Whether they are available or not. Maybe something like flagging fields that are filled would be a better idea in the future

@JanMarvin JanMarvin merged commit 24aa777 into main May 11, 2022
@JanMarvin JanMarvin mentioned this pull request May 13, 2022
@JanMarvin JanMarvin deleted the array_fmls branch October 27, 2022 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant