views:

44

answers:

1

Hi,

I am using SpreadsheetFormatColumns() to format the columns in a spreadsheet to "text", but I don't know how to do this, all the formats in the livedocs are for numbers, currency or dates... is there something like

SpreadsheetFormatColumns(mySpreadsheet, {dataFormat="text"}, "1-15")

out there? this is really bugging me...

Thanks

A: 

According to this chart use '@' (without quotes) for the text placeholder.

Ben Doom
Thanks, turns out that 'text' is also a possibility (same output) but they need to be called AFTER you populate the rows (which doesn't make sense in my opinion) since now instead of having '01050094071094340000' (the desired output) I have '1.050094071094339e+18' this seems like a BIG issue (at least for me)Using a regular "automatic" format, it will remove all leading zeroes
raulriera