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 Spre

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 b

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

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 g

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 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 modu

RE: Excel to html via CGI

2001-07-16 Thread Deneb Pettersson (LMF)
> From: Bernhard Schmalhofer [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. > >

Re: Excel to html via CGI

2001-07-16 Thread Bernhard Schmalhofer
dsheet::ParseExcel. CU, Bernhard > 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]&

RE: Excel to html via CGI

2001-07-16 Thread Bradley M. Handy
2001 4:58 AM > 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

Excel to html via CGI

2001-07-16 Thread Deneb Pettersson (LMF)
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 thinking of saving the excel document as excel, that way i