|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Opening .xls files with OO macI'm receiving files from a web site that are supposed to be in excel
97-2000 format. When I'm on a windows platform OO calc opens the file as a spreadsheet. When I try to open the same files on my Mac they open in OO Write, even though I've specified that I want to open an MS excel .xls file. I've opened the files in a text editor and inspected them. They contain nothing but an HTML table so I'm a little annoyed that anyone even pretends that they are excel files. However, MS excel opens them and utilises the HTML code to format the cells. OO Calc on windows opens them and I need the same functionality on the mac. Can anyone suggest anything? Malcolm --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Opening .xls files with OO macOn Fri, Nov 6, 2009 at 3:09 AM, Malcolm Fitzgerald
<mfitzgerald@...> wrote: > I'm receiving files from a web site that are supposed to be in excel 97-2000 > format. When I'm on a windows platform OO calc opens the file as a > spreadsheet. When I try to open the same files on my Mac they open in OO > Write, even though I've specified that I want to open an MS excel .xls file. > > I've opened the files in a text editor and inspected them. They contain > nothing but an HTML table so I'm a little annoyed that anyone even pretends > that they are excel files. However, MS excel opens them and utilises the > HTML code to format the cells. OO Calc on windows opens them and I need the > same functionality on the mac. Can anyone suggest anything? You probably need the Developer Tools installed to have this command available SetFile -c XCEL -t XLS8 filenameToOpenInExcel assuming here that you don't actually have Excel on that Mac. Or, what happens when you change the filename to .ods? Oddly, GetFileInfo on an .ods file shows no creator or type info - does anyone know why they that is? Brian --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Opening .xls files with OO macI'm going to suggest creating a new blank calc document and using the
import function. Could you possibly provide an example file attached to this thread? iPhone of Gallo On 2009-11-06, at 13:40, Brian McKee <brian.mckee@...> wrote: > On Fri, Nov 6, 2009 at 3:09 AM, Malcolm Fitzgerald > <mfitzgerald@...> wrote: >> I'm receiving files from a web site that are supposed to be in >> excel 97-2000 >> format. When I'm on a windows platform OO calc opens the file as a >> spreadsheet. When I try to open the same files on my Mac they open >> in OO >> Write, even though I've specified that I want to open an MS >> excel .xls file. >> >> I've opened the files in a text editor and inspected them. They >> contain >> nothing but an HTML table so I'm a little annoyed that anyone even >> pretends >> that they are excel files. However, MS excel opens them and >> utilises the >> HTML code to format the cells. OO Calc on windows opens them and I >> need the >> same functionality on the mac. Can anyone suggest anything? > > You probably need the Developer Tools installed to have this command > available > SetFile -c XCEL -t XLS8 filenameToOpenInExcel > assuming here that you don't actually have Excel on that Mac. > > Or, what happens when you change the filename to .ods? > > Oddly, GetFileInfo on an .ods file shows no creator or type info - > does anyone know why they that is? > > Brian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Opening .xls files with OO mac> On Fri, Nov 6, 2009 at 3:09 AM, Malcolm Fitzgerald
> <mfitzgerald@...> wrote: >> I'm receiving files from a web site that are supposed to be in excel >> 97-2000 >> format. When I'm on a windows platform OO calc opens the file as a >> spreadsheet. When I try to open the same files on my Mac they open in OO >> Write, even though I've specified that I want to open an MS excel .xls >> file. >> >> I've opened the files in a text editor and inspected them. They contain >> nothing but an HTML table so I'm a little annoyed that anyone even >> pretends >> that they are excel files. However, MS excel opens them and utilises the >> HTML code to format the cells. OO Calc on windows opens them and I need >> the >> same functionality on the mac. Can anyone suggest anything? > > You probably need the Developer Tools installed to have this command > available > SetFile -c XCEL -t XLS8 filenameToOpenInExcel > assuming here that you don't actually have Excel on that Mac. > > Or, what happens when you change the filename to .ods? > > Oddly, GetFileInfo on an .ods file shows no creator or type info - > does anyone know why they that is? SetFile works, that is, it changes creator code and file type attributes and the icon looks like an excel spreadsheet. It doesn't change the fact that it opens in web/writer Same result when I change the file name extension to .ods I'll attach the file so you can see what I'm dealing with thanks Malcolm --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Opening .xls files with OO macmfitzgerald@... wrote:
>> On Fri, Nov 6, 2009 at 3:09 AM, Malcolm Fitzgerald >> <mfitzgerald@...> wrote: >>> I'm receiving files from a web site that are supposed to be in excel >>> 97-2000 >>> format. When I'm on a windows platform OO calc opens the file as a >>> spreadsheet. When I try to open the same files on my Mac they open in OO >>> Write, even though I've specified that I want to open an MS excel .xls >>> file. >>> >>> I've opened the files in a text editor and inspected them. They contain >>> nothing but an HTML table so I'm a little annoyed that anyone even >>> pretends >>> that they are excel files. However, MS excel opens them and utilises the >>> HTML code to format the cells. OO Calc on windows opens them and I need >>> the >>> same functionality on the mac. Can anyone suggest anything? >> You probably need the Developer Tools installed to have this command >> available >> SetFile -c XCEL -t XLS8 filenameToOpenInExcel >> assuming here that you don't actually have Excel on that Mac. >> >> Or, what happens when you change the filename to .ods? >> >> Oddly, GetFileInfo on an .ods file shows no creator or type info - >> does anyone know why they that is? > > > SetFile works, that is, it changes creator code and file type attributes > and the icon looks like an excel spreadsheet. It doesn't change the fact > that it opens in web/writer > > Same result when I change the file name extension to .ods > > I'll attach the file so you can see what I'm dealing with > > thanks > > Malcolm > > Just out of interest I tried opening your file on my Linux installation (OOo 3.1.1 build 9420) It also tried to open in Writer. By "Inserting file from sheet" as an Excel file into a calc file , it would import, though with all very narrow columns. Massaging the display, cell C2 appears to have a lot of html, and some subsequent cells seem to have links to images not included in the file. I don't know if this is helpful at all. I am in no way an expert or "power user" Regards Russell --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Opening .xls files with OO macRussell Butler wrote:
> mfitzgerald@... wrote: >>> On Fri, Nov 6, 2009 at 3:09 AM, Malcolm Fitzgerald >>> <mfitzgerald@...> wrote: >>>> I'm receiving files from a web site that are supposed to be in excel >>>> 97-2000 >>>> format. When I'm on a windows platform OO calc opens the file as a >>>> spreadsheet. When I try to open the same files on my Mac they open >>>> in OO >>>> Write, even though I've specified that I want to open an MS excel .xls >>>> file. >>>> >>>> I've opened the files in a text editor and inspected them. They contain >>>> nothing but an HTML table so I'm a little annoyed that anyone even >>>> pretends >>>> that they are excel files. However, MS excel opens them and utilises >>>> the >>>> HTML code to format the cells. OO Calc on windows opens them and I need >>>> the >>>> same functionality on the mac. Can anyone suggest anything? >>> You probably need the Developer Tools installed to have this command >>> available >>> SetFile -c XCEL -t XLS8 filenameToOpenInExcel >>> assuming here that you don't actually have Excel on that Mac. >>> >>> Or, what happens when you change the filename to .ods? >>> >>> Oddly, GetFileInfo on an .ods file shows no creator or type info - >>> does anyone know why they that is? >> >> >> SetFile works, that is, it changes creator code and file type attributes >> and the icon looks like an excel spreadsheet. It doesn't change the fact >> that it opens in web/writer >> >> Same result when I change the file name extension to .ods >> >> I'll attach the file so you can see what I'm dealing with >> >> thanks >> >> Malcolm >> >> > Hi Malcolm > > Just out of interest I tried opening your file on my Linux installation > (OOo 3.1.1 build 9420) > > It also tried to open in Writer. By "Inserting file from sheet" as an > Excel file into a calc file , it would import, though with all very > narrow columns. Massaging the display, cell C2 appears to have a lot of > html, and some subsequent cells seem to have links to images not > included in the file. > > I don't know if this is helpful at all. I am in no way an expert or > "power user" > > Regards > > Russell file and reopening it, I could see that the whole of column 2 was descriptions of books. Took a bit of formatting, but came out readable in the end, apart from formatting information which is not handled by calc: eg: <strong>by Diana Gabaldon<br></strong><br><strong>Book Description</strong><br> HTH Russell --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Re: Opening .xls files with OO mac> mfitzgerald@... wrote:
>>> On Fri, Nov 6, 2009 at 3:09 AM, Malcolm Fitzgerald >>> <mfitzgerald@...> wrote: >>>> I'm receiving files from a web site that are supposed to be in excel >>>> 97-2000 >>>> format. When I'm on a windows platform OO calc opens the file as a >>>> spreadsheet. When I try to open the same files on my Mac they open in >>>> OO >>>> Write, even though I've specified that I want to open an MS excel .xls >>>> file. >>>> >>>> I've opened the files in a text editor and inspected them. They >>>> contain >>>> nothing but an HTML table so I'm a little annoyed that anyone even >>>> pretends >>>> that they are excel files. However, MS excel opens them and utilises >>>> the >>>> HTML code to format the cells. OO Calc on windows opens them and I >>>> need >>>> the >>>> same functionality on the mac. Can anyone suggest anything? >>> You probably need the Developer Tools installed to have this command >>> available >>> SetFile -c XCEL -t XLS8 filenameToOpenInExcel >>> assuming here that you don't actually have Excel on that Mac. >>> >>> Or, what happens when you change the filename to .ods? >>> >>> Oddly, GetFileInfo on an .ods file shows no creator or type info - >>> does anyone know why they that is? >> >> >> SetFile works, that is, it changes creator code and file type attributes >> and the icon looks like an excel spreadsheet. It doesn't change the fact >> that it opens in web/writer >> >> Same result when I change the file name extension to .ods >> >> I'll attach the file so you can see what I'm dealing with >> >> thanks >> >> Malcolm >> >> > Hi Malcolm > > Just out of interest I tried opening your file on my Linux installation > (OOo 3.1.1 build 9420) > > It also tried to open in Writer. By "Inserting file from sheet" as an > Excel file into a calc file , it would import, though with all very > narrow columns. Massaging the display, cell C2 appears to have a lot of > html, and some subsequent cells seem to have links to images not > included in the file. > Hi Russell, That works for me! thanks for your help. malcolm --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |