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 CellStyleBackground color #20

Closed
alberti47 opened this issue Nov 17, 2021 · 4 comments
Closed

Read CellStyleBackground color #20

alberti47 opened this issue Nov 17, 2021 · 4 comments
Labels
pending A solution is pending or long-term work is in progress

Comments

@alberti47
Copy link

I's there any way to Read the background color assigned to a cell ?

@rabanti-github
Copy link
Owner

Hello
Currently, nothing other than the date and time style (number formats) elements are read.
However, I am working at this time at a full style reader (dev branch). It will probably take some more weeks to finish this full capable style reader.

@alberti47
Copy link
Author

alberti47 commented Nov 18, 2021 via email

@rabanti-github
Copy link
Owner

What I currently can offer you is following:
Please checkout the dev branch https://github.com/rabanti-github/NanoXLSX/tree/dev
Currently it is 48 commits ahead of the master branch.
The dev branch get currently (between 2 per day and 1 per week) new commits on a regular basis. The current work is to implement the style reader. Borders are already done, number formats partially. I can go next to the Fill section, where the cell background is defined.
However, I have first to rewrite the functions to resolve cell data (WorksheetReader), since it have gotten extremely ugly and inefficient. This is work in progress.
If you check out the dev branch from time to time, the functionality you wish may be already implemented. I cannot tell you exactly when this happens, but I am working on the dev branch on daily basis.

@rabanti-github rabanti-github added the pending A solution is pending or long-term work is in progress label Dec 10, 2021
@rabanti-github
Copy link
Owner

Hi
With the just released version 2.0.0, every style property that can we written, can also be read.

Thanks again for filing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending A solution is pending or long-term work is in progress
Projects
None yet
Development

No branches or pull requests

2 participants