Javier Silva Ortiz
Javier Silva Ortiz
Hi @webloopbox . It's very simple, I'm just doing ``` cells: [ { type: 'text', text: momentGranularity === GranularityEnum.ONE_WEEK ? `KW ${format(referenceMoment.toDate(), 'w yyyy')}` : formatDateByGranularity(referenceMoment.toDate(), momentGranularity), }, { type:...
Hi @webloopbox , we managed to narrow down how to reproduce the issue. So, if you are in a Google Spreadsheet, and the cells are using non-German format, copying and...
Hi @webloopbox , here's the declaration of the grid: ``` ``` Now comes `handleCellChanges` and its hierarchy ``` const handleCellChanges = (changes: CellChange[]) => { // If any timestamp cell...
Hi @MichaelMatejko and @webloopbox , let me know if you were able to reproduce it and if the code is useful. Thanks a lot! 👍
Yes, I saw them. But they're a transpilation to WA and JS, couldn't that introduce weaknesses to attacks that target the result of the transpilation? I mean, if the source...