Replies: 2 comments 7 replies
-
Slapping head... I think it's just a syntax quirk. Among a list with all the "add" functions, the one I'm probably looking for is called createSheet. I'm sure someone else obsessed with taxonomy would complain about this... |
Beta Was this translation helpful? Give feedback.
3 replies
-
@AlHolden Incidentally, how are you currently hiding your newly created (added!) sheet in ACF? I'm not aware of an ACF function that will do that. It is actually possible with Spreadsheet CFML using an undocumented helper function but this makes me think we should add it as a documented feature. See new issue: #394 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our current ACF code allows for us to
(FYI the source file is provided by Excel gurus, and will take values from the straight, boring, hidden sheet I added - and populate the pretty stuff in the visible sheets)
In attempting to reproduce these steps under this library (to compare speed), I've hit a roadblock or dumb moment trying to find the function to add another sheet to an existing spreadsheet object. In ACF we use the
cfspreadsheet
tag with the "update" action attribute.Am I missing the correct function to do this? Does one exist?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions