Alexis Rico
Alexis Rico
Sure thing, here's a new gist with the issue: https://gist.github.com/SferaDev/e54c81f72e7d9470feb0633734a4661f
Okey, anyway it shouldn't produce a corrupt excel file, right?
I can reproduce it too with excel files created in our own templates: ``` ws.addImage({ image: logo, type: "picture", position: { type: "twoCellAnchor", from: { col: 1, colOff: 0, row:...
Checking the code I see there's support but no reference about it. I'm using: workbook.definedNameCollection.addDefinedName({ refFormula: "'SheetName'!" + Excel.getExcelCellRef(rowId, 3), name: '_' + value.id }); But I guess it would...
It's quite difficult to fix this. We would need to re-implement the schema edit command. I've been looking into the enquirer library and even if they allow to subscribe to...
We also are facing some issues because an inference improvement in 4.7+ I've opened https://github.com/microsoft/monaco-editor/pull/3350, let's see if it gets through review soon™️
Hey @mattapperson, thanks for opening the issue! Can you provide the error that you receive by tsc? I don't understand how changing the variable name to the type would make...
Hey @serdardalgic! Thanks for your feedback. We are thinking of doing this change and packaging the CLI in a redistributable for the reasons you mentioned. It's on our road plan...
@eemmiillyy As discussed we could try to use `oclif pack` and adapt the autoupdater to work with GitHub releases
Yeah, without the flag it will try to remove the `link` column and create an `int` one, this is the new default behaviour that @richardgill implemented with the new importer....