Skip to content

feat: .xlsx doc #11

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

Merged
merged 2 commits into from
Nov 8, 2022
Merged

feat: .xlsx doc #11

merged 2 commits into from
Nov 8, 2022

Conversation

togami2864
Copy link
Contributor

@togami2864 togami2864 changed the title fear: .xlsx doc feat: .xlsx doc Nov 2, 2022
Copy link
Member

@whatrocks whatrocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Two minor changes requested. Thank you!

@@ -0,0 +1,23 @@
# Xlsx(Microsoft Excel)

Thanks to [calamine](https://github.com/tafia/calamine) crate, ROAPI supports the `.xlsx` file.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this reference line here (could get stale at some point). Could you please remove?


Thanks to [calamine](https://github.com/tafia/calamine) crate, ROAPI supports the `.xlsx` file.

To load the `.xlsx`, `sheet_name` needs to be specified in a config.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add:

"By default, most .xlsx files initially use Sheet1 as the sheet_name. Be sure to change this sheet_name as needed if your spreadsheet uses a different sheet_name."

Copy link
Member

@whatrocks whatrocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. thanks!

@whatrocks whatrocks merged commit 32eaf1f into roapi:main Nov 8, 2022
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.

2 participants