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

Changed visibility of some structures to pub #484

Open
litcc opened this issue Jan 7, 2025 · 0 comments
Open

Changed visibility of some structures to pub #484

litcc opened this issue Jan 7, 2025 · 0 comments

Comments

@litcc
Copy link

litcc commented Jan 7, 2025

Because of some special needs, I usually have to read a large number of standard table data for processing, I need to quickly read a large number of xlsx table headers for subsequent processing of some operations based on the matching headers, but loading the whole table takes too long;
Based on the source code, I found the worksheet_range_ref function, which reads Sheets through a reader;
So my idea is to adapt the worksheet_range_ref function to get only the header information of the first row in a single table;
During my implementation, the visibility of some of the internal structures of calamine bothered me, the

For example.

image
image

I want to use the above internal fields in an external crate

Or is there a better program?

image

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

No branches or pull requests

1 participant