Hi Anton, I just discovered your as_xlsx.
First of all, thank you VERY much for posting it for us. It really looks like the miracle I’ve been looking for…
I have one quick question, I hope you ‘ll answer:
I intend to use as_xlsx to produce excel report sheets from sql queries. A typical query will produce a result like this:
area_id area_value area_factor
————– ————— ————–
123456789 1234.5 62.5
234567890 987.8 0
345678901 12345 35
456789012 23456 .32 <–(this is 0.32)
… etc
Trying to avoid pestering you with details, my question is:
Is there a way, while using query2sheet, to declare an entire column's format as, say, number with 1 decimal?
If not, can I invoke cell formatting (always, inside a query2sheet call…)?
Thank you in advance for your time and patience.
Regards
Greg