Theo Ephraim
Theo Ephraim
probably what would make more sense in this case is to use the row-based methods to find the location of the data you are looking for, and then use [copy...
In the meantime, adding something to the docs on the recommended way to handle images would be great. I think for now probably the best option is to put images...
@moushicheng - Thanks for adding this. Im not surprised... It seems to have to do with not finding an actual parent node to attach the inline style to.
Please get this on the roadmap. There are many reasons why you may want to format things differently, particularly if it makes your code more legible. Easily opting out for...
good catch! and THANK YOU for adding a test as well 🔥 I'll try to get this merged asap
probably better to split - because the duplicate header stuff isn't quite as clear whereas this is a bugfix
ah the joy of dealing with typescript and file paths... This is not really an issue with this module so much as an incompatibility with your build/config setup. Although there...
Of course you can have whatever data in whatever cells you want as it is just a spreadsheet. However the row-based API provided by this module is making an explicit...
nice! Thanks :D To make the DX slightly easier, I think I might - make 2 methods `deleteRows` and `deleteColumns` - this could be in addition to deleteDimension, and could...
@ururk - yeah if you're up for it, got for it! The functionality itself is pretty simple, but need to add tests, docs, and ideally make the DX a little...