![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to format excel sheets in UNIX?? | Vijay06 | Shell Programming and Scripting | 2 | 05-16-2007 06:01 AM |
| Need Help on Excel with Unix | sireeshp | UNIX for Advanced & Expert Users | 2 | 05-04-2007 01:17 PM |
| Exporting files from unix to Excel sheet | bishweshwar | UNIX for Advanced & Expert Users | 3 | 03-21-2007 12:41 AM |
| Spilt excel file in unix | Soumya Dash | Shell Programming and Scripting | 1 | 09-24-2006 11:56 PM |
| Opening an Excel File in Unix | bubeshj | UNIX for Advanced & Expert Users | 5 | 08-03-2006 04:03 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I beleive Perl has a module that you can use to extract data from MS Excel. I've never used it before but Im sure you can find out more on Perl Network.
edited - Just did a google search for "perl excel module" and it returned numerous links. One promissing link is Here |
|
|||
|
Simple Excel Spreadsheet
If you want to be simple and cheap, if you write tab delimited file and put a .xls extension on the filename, excel will read that and accept it as its own. Keeps you from doing anything fancy, like formatting and worksheets, but hey, I said simple and cheap, what did you expect?
|
|
||||
|
I've had a very good experience with the Spreadsheet::WriteExcel per module; documentation is at: http://search.cpan.org/dist/Spreadsh.../WriteExcel.pm
It seems like what you are trying to do is similar to what I do... connect to a database, run a query, and then export the results to an Excel file. This module works very well with the perl DBI database access interfaces. Some of the things I can verify that Spreadsheet::WriteExcel supports:
Hope this helps, - John |
||||
| Google UNIX.COM |