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

[source-file] Importing excels does not resolve formulas, seems to ignore reader_options #31108

Open
1 task
muutech opened this issue Oct 5, 2023 · 0 comments

Comments

@muutech
Copy link
Contributor

muutech commented Oct 5, 2023

Connector Name

source-file

Connector Version

0.3.12

What step the error happened?

During the sync

Relevant information

We are importing a normal .xlsx file and when imported we see in rows things like =E23+E24 instead of the number. Rollback to 0.2.31 fixes the issue. Seeing the code it seems when chunk processing was introduced reader_options are not passed to the final call to the reader, so by default the workbook reader uses data_only=False, https://openpyxl.readthedocs.io/en/stable/api/openpyxl.reader.excel.html#openpyxl.reader.excel.load_workbook

Relevant log output

No response

Contribute

  • Yes, I want to contribute
@muutech muutech added area/connectors Connector related issues needs-triage type/bug Something isn't working labels Oct 5, 2023
@marcosmarxm marcosmarxm changed the title Source File: Importing excels does not resolve formulas, seems to ignore reader_options [source-file] Importing excels does not resolve formulas, seems to ignore reader_options May 9, 2024
@girarda girarda added the Icebox label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants