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

Add support for excel sheet links #611

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmsaraiva
Copy link

@cmsaraiva cmsaraiva commented May 2, 2024

Summary

The current code does not support excel sheet links, so we pass along a support_excel_sheet_hyperlinks flag in order to turn on the support for the excel sheet files when we create Roo:Excelx, this ensures we do not break the old logic put in place for the rest of the links. The links will be presented in the following format "#Sheet2!A1".

I also removed some unnecessary method inputs since we were already passing along a global variable and defining it in the constructor. I added some tests and an example file.

The current code does not support excel sheet links, so we pass along a support_excel_sheet_hyperlinks flag in order to turn on the support for the excel sheet files when we create Roo:Excelx this ensures we do not break the old logic put in place for the rest of the links.
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