-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
getCellAddress return fixed column or fixed row #367
Comments
Hi Sébastien I'm not sure I understand what you're asking for. Absolute references using $ signs are generally for formulas as I understand it. They're not a property of the cell location, which is what Can you give me a concrete, detailed example of what you would like the library to do? Thanks. |
Just change the active sheet to the one you want before calling the method. |
Hi Julian, For the first point, I'm asking because I using the new function getCellAddress and I would like to know if it's possible to have in optional the absolute references as you mentionned. It could be useful. For the second comment, I'm asking if it's possible with the same function to take a field from an other sheet that the active one. Is it more clear for you ? |
Not really. I don't see how absolute references are relevant here. The purpose of If you want to use the result of Perhaps I'm misunderstanding, but in that case please provide a concrete example with the input and output you want to see?
Yes, as I said, just change the active sheet to the one you want it to operate on using https://github.com/cfsimplicity/spreadsheet-cfml/wiki/setActiveSheet You can change the active sheet back again if you need to. |
Hello,
I'm using the new function getCellAddress but is it possible to specify if the selected row or the selected column is fixed ?
ex : $D2 or D$2 or $D$2.
Is it also possible to specify the Sheet ?
Thanks for your feedback.
Best Regards,
Sébastien
The text was updated successfully, but these errors were encountered: