Mathieu KIM ROBIN

Results 33 comments of Mathieu KIM ROBIN

Blank popup opens a blank tab and after, the popup closes automatically and opens a second bloank tab for me. Each time.

you welcome, do you mind if i do multiple dev in same PRs ? with distinct commit, i still have the problem with duplicate headers and I have a very...

Hi, when you will be able to merge it please ?

Ok, i found the problem, it's inside `updateProperties` method. It generates this call: ```javascript await worksheet._makeSingleUpdateRequest('updateSheetProperties', { properties: { sheetId, gridProperties: { frozenColumnCount: 0, frozenRowCount: 0, }, }, fields: 'gridProperties',...

Have found a workaround: ```javascript worksheet._headerValues = []; await worksheet.addRows(rows); ``` quick&dirty but working

Agree and disagree. Ok that spreadsheet of average users are messy but it could be a use-case too, to have duplicate headers (aka "first row") when it's only for calc...

I tried to build a PR (for this and for my other bug report) but wasn't able to build project locally just after clone. Any help @theoephraim ?

@theoephraim i was trying to build with yarn and just realized that you used pnpm on this project. When trying with pnpm, everything is building. So it's ok now to...

Just to notify, for some users, it's a breaking changes. Lot of my scripts were adapted to dotted headers (not my choice). So when update to latest, Pow! nothing works...

Have made a fork, updated it and publish it here : https://github.com/marketplace/actions/timezoneaction I've used most of of the great work of @kwarkjes (mentioned as contributor in release note)