I have a Excel spreadsheet that has several worksheets with headers in row 1 and then data on every line
I would like to know if there is a way that I could use a script to the read the worksheet and extract the data to a text file. Each row in the worksheet would have a new line.
Example
Worksheet called 'Property'
Column B = 1st Row Header = Void Address
Column C = 1st Row Header = Tenancy Name
Column D = 1st Row Header = Vacation Date
Worksheet called 'Garage'
Column B = 1st Row Header = Garage Address
Column C = 1st Row Header = Tenancy Name
Column D = 1st Row Header = Garage Reference
The script would create two text files called 'Property' & 'Garage'
It would be great if the file could be a CSV so the data is separated by a comma
Any help would be great
Thanks
I would like to know if there is a way that I could use a script to the read the worksheet and extract the data to a text file. Each row in the worksheet would have a new line.
Example
Worksheet called 'Property'
Column B = 1st Row Header = Void Address
Column C = 1st Row Header = Tenancy Name
Column D = 1st Row Header = Vacation Date
Worksheet called 'Garage'
Column B = 1st Row Header = Garage Address
Column C = 1st Row Header = Tenancy Name
Column D = 1st Row Header = Garage Reference
The script would create two text files called 'Property' & 'Garage'
It would be great if the file could be a CSV so the data is separated by a comma
Any help would be great
Thanks