Re: Excel to html format

2002-11-27 Thread Carl Jolley
On Tue, 26 Nov 2002, Thomas R Wyant_III wrote: > > [EMAIL PROTECTED] wrote: > > > > > The $expletive produced by Excel claiming to be HTML > > is just awful (and Office 2000 is even worse) > > You got that right. When HTMLizing "Put the CD in the CD drive" with > Word2K, we got > > "Put the CD in

RE: Excel to html format

2002-11-26 Thread Tillman, James
> But unfortunately I have no experience with OLE to OpenOffice. > > Tom Wyant Which brings up an interesting question that's been on my mind lately. I don't know, but I would bet that OO doesn't even have an OLE interface. Has anyone been able to do any automation at all using OO on either Win

Re: Excel to html format

2002-11-26 Thread Thomas R Wyant_III
[EMAIL PROTECTED] wrote: > The $expletive produced by Excel claiming to be HTML > is just awful (and Office 2000 is even worse) You got that right. When HTMLizing "Put the CD in the CD drive" with Word2K, we got "Put the CD in the CD drive." > If you do save from Excel, make sure you run the

RE: Excel to html format

2002-11-26 Thread Thomas_M
I will second the motion for Spreadsheet::ParseExcel. I have been working with statistical tables lately and have built a set of modules that takes Excel files as input and outputs valid XHTML 1.0 tables that are ADA Section 508 compliant. Recent versions of Spreadsheet::ParseExcel have worked fla

RE: Excel to html format

2002-11-26 Thread Ricci, Mark
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 11:20 AM To: [EMAIL PROTECTED] Subject: Re: Excel to html format > Hello, > I have an Excel spreadsheet that a person saves to a network > drive daily. I want to automa

Re: Excel to html format

2002-11-26 Thread shurst
> Hello, > I have an Excel spreadsheet that a person saves to a network > drive daily. I want to automate the task of opening the file and > saving it as html (the person can't do it themselves, their not > technical enough! ). I know the OLE modules can let you manipulate > the dat

Re: Excel to html format

2002-11-26 Thread csaba . raduly
On 25/11/2002 21:13:28 perl-win32-users-admin wrote: >Hello, > >    I have an Excel spreadsheet that a person saves to a network drive >daily.  I want to automate the task of opening the file and saving it as html >(the person can't do it themselves, their not technical enough! ).  I know th

RE: Excel to html format

2002-11-26 Thread Harald Wopenka
Title: Excel to html format Maybe you should use Excel's built in Visual Basic for that task. You can open a workbook including a auto_open macro that grabs your desired information and writes the HTML-File. And you don't have to take care about your version of Excel since VB in every versio

RE: Excel to html format

2002-11-25 Thread Carl Campbell
, instead of its implied value. So, use the value 'xlHtml' -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Toby Stuart Sent: Monday, November 25, 2002 3:50 PM To: 'Ricci, Mark' Cc: '[EMAIL PROTECTED]' Subject: RE: Excel to

RE: Excel to html format

2002-11-25 Thread Toby Stuart
> -Original Message- > From: Ricci, Mark [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 8:13 AM > To: [EMAIL PROTECTED] > Subject: Excel to html format > > > Hello, > I have an Excel spreadsheet that a person saves to a network drive daily. I want to automate the