Hi,
How can I format my Excel workbook to have the column as Text?
If I pass this field (defined as a string):
xlsWorkSheet.cells().item(1,4).value(custTable.VATNum);
It will be regarded as an integer.
I have in my field in column D a string (say "0001").
When Excel creates the column it interprets the string as number and removes the leading "000" and will convert it to integer.
I don't want that and the text should remain.
Can I use this below in some way?
xlsWorkSheet.cells().range('D:D').?
Any idéas?
Regards,
/Fredrik.