Open skkrist opened 1 year ago
@nicolaskruchten Hi, is it possible to add the norwegian set-up as a new local as commented above?
It would be particulary useful to have the correct format (thousand separator, decimal etc)- I have a shiny application where I use a download button to get pivot table content as a csv-file. Excel is set up with european /norwegian format, so it would be nice to have same format in the pivot-file.
Is it possible to add a pivot.no.coffee into the package?
pivot.no.coffee:
callWithJQuery = (pivotModule) -> if typeof exports is "object" and typeof module is "object" # CommonJS pivotModule require("jquery") else if typeof define is "function" and define.amd # AMD define ["jquery"], pivotModule
Plain browser env
callWithJQuery ($) -> nf = $.pivotUtilities.numberFormat tpl = $.pivotUtilities.aggregatorTemplates