Theo Ephraim
Theo Ephraim
yeah I think this is right. I swore I had already made it work this way, but might have gotten lost while doing some other bigger refactoring. Will get this...
Did you make sure to the header row to 4? (so it knows that this is where the important headers are) Also what happens if you unmerge the cells in...
without setting the header row to the row that contains the headers, it assumes you have a table of rows that only have 1 column - with the title "Marketing...
Oh wow, I totally missed that... Was definitely my intention to return the typed column. Thanks for the heads up - will push an update shortly!
Hmm so taking a deeper look and poking around a bit, it looks like for the types on `GoogleSpreadsheetRow` to really be useful, I'll need to make some more adjustments,...
You are not blind... Looks like that was an oversight on my part when I hastily added this sharing functionality. I don't actually use this tool for anything these days,...
That's not currently an option, although it wouldn't be too hard to add an option to `sheet.loadHeaderRow()`
My first suggestion would be to just update the sheet... Or ask whoever has access to edit the sheet to do so. Otherwise, you could use the cell-based methods to...
Probably not at the moment, but I’m working on a big update so I’ll see if there’s a way to make this work.
so it looks like this is a problem because I am using axios under the hood. I'd need to rewrite things to use fetch instead. Definitely doable but will take...