Developer defined XLSX file
Developer defined XLSX file
Wooly65
Posts: 94Questions: 27Answers: 1
How would you feel about allowing the developer to defined their own XLSX file (excelStrings) and let buttons know the file name via customize. If not defined you would use your standard excelStrings definition (buttons.hml5.js line 563).
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
A late night on New Years Eve. I was thinking server side instead of client. So instead of a filename what if I just set a customize attribute named xlsxStyle with my definition of excelStrings.
Interesting idea. To be honest, I suspect you'd be the only one using this feature (although the Excel output from Buttons is probably the most common support topic at the moment - usually with requests for extra features - so its not a bad idea!).
Currently it isn't possible - the strings are private properties, but it might be possible to expose them, or perhaps offer some kind of callback to customise them before they are used.
Allan