Re: Excel to html via CGI

2001-07-17 Thread fliptop
Deneb Pettersson (LMF) wrote: Deneb Pettersson (LMF) wrote: Do both these things handle graphs aswell, or do i have to use something else for that. Basically this is at the moment a planning with the spreadsheet::parseexcel module, it simply reads cell contents in a worksheet.

RE: Excel to html via CGI

2001-07-17 Thread Deneb Pettersson (LMF)
Setting the Data in a certain place is planned anyway so that is no problem, now it seems my only problem is how i get the damn gif out of the excel. Atm the user saves the document once before he is done as an html document, which leads to excel converting the picture to a gif which then can

Re: Excel to html via CGI

2001-07-17 Thread fliptop
Deneb Pettersson (LMF) wrote: Could you maybe send an example of your code, showing how you get the data out, aswell as how you mark where to cut from the excel this code assumes you've already uploaded the .xls file to the server. for more information on all methods, try perldoc

RE: Excel to html via CGI

2001-07-16 Thread Bradley M. Handy
To: '[EMAIL PROTECTED]' Subject: Excel to html via CGI Hi. Just wondering if someone has doen dynamic pages with infromation extracted from a excel document. My current solution for the problem is pretty simple, but it could be even easier if you can get the info out of the excel. Atm. I am

Re: Excel to html via CGI

2001-07-16 Thread Bernhard Schmalhofer
Brad Handy --www.jack-of-all-trades.net [EMAIL PROTECTED] -Original Message- From: Deneb Pettersson (LMF) [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 4:58 AM To: '[EMAIL PROTECTED]' Subject: Excel to html via CGI Hi. Just wondering if someone has doen

RE: Excel to html via CGI

2001-07-16 Thread Deneb Pettersson (LMF)
[mailto:[EMAIL PROTECTED]] Sent: 16. heinäkuuta 2001 15:08 To: [EMAIL PROTECTED] Subject: Re: Excel to html via CGI Bradley M. Handy wrote: Take a look at the module Spreadsheet::ParseExcel. http://search.cpan.org/search?module=Spreadsheet::ParseExcel. When you are familiar with DBI

Re: Excel to html via CGI

2001-07-16 Thread Curtis Poe
--- Bernhard Schmalhofer [EMAIL PROTECTED] wrote: When you are familiar with DBI you might also want to check DBD::Excel. It is based on Spreadsheet::WriteExcel and Spreadsheet::ParseExcel. CU, Bernhard Brad Handy I'd be very concerned about that. I've looked into the DBD::Excel module and

Re: Excel to html via CGI

2001-07-16 Thread fliptop
Deneb Pettersson (LMF) wrote: Do both these things handle graphs aswell, or do i have to use something else for that. Basically this is at the moment a planning with the spreadsheet::parseexcel module, it simply reads cell contents in a worksheet. if you want to handle graphs, you'd

RE: Excel to html via CGI

2001-07-16 Thread Deneb Pettersson (LMF)
Deneb Pettersson (LMF) wrote: Do both these things handle graphs aswell, or do i have to use something else for that. Basically this is at the moment a planning with the spreadsheet::parseexcel module, it simply reads cell contents in a worksheet. if you want to handle graphs,