[plug] OpenOffice perl module?
Russell
russellsteicke at gmail.com
Tue Aug 8 15:51:31 WST 2006
On 8/8/06, Steve Boak <sboak at westnet.com.au> wrote:
> I've been looking for a perl module to do some simple OO Calc sheet updates.
> All I need to do is insert data from a weather station into a spreadsheet
> once a day.
I'd be inclined to side-step the binary file problem altogether and
append to a CSV file.
read-csv-encoded-weather >> weather.csv
OO.o calc reads CSV files quite happily.
More information about the plug
mailing list