No title
Note: The final appearance of your post may be different, depending upon your blog’s style sheets.
It’s the easiest way to post quoted text to your blog, no matter where you find it on the Web. Just select text to quote, add your comments, then publish it instantly to your blog. It’s that simple!
In an earlier posting, I wrote about a filter to open docx files in open office. Unfortunately, this is half the story in this world of digital, paperless office. What happens in the case of Excel 2007 files?
Now, these files have an extension of xlsx. Note the slight difference from the typical xls extension of previous versions of Excel. This may sound like a small deal, but it is not if you don’t have Office 2007. Mind you, office xp, 2k do not open naturally these files. More, Office 2007 saves files in xlsx (and docx), so easily the mistake can be made and presto, you have a file only you can open and read and share with yourself. Great move for productive minds!
I looked in the usual places for solutions. There are a few online services, like zamzar and docx2doc, which will convert your files from and to the new formats (if you want to share your files with someone else). A search for some perl scripts and modules gave quite a few answers NOT for the lighthearted, though.
The method I tried and worked for me was to use the Excel 2003 viewer with the addition of the 2007 FileFormat Converter. Even this method is kludgy. You have to:
The funny part is that xlsx is supposedly an open format, an xml variation. So, if you rename the file from filename.xlsx to filename.zip and unzip it, you will get a bunch of files and directories with encodings and content. Then you can open the xml file that is at the heart of the xlsx spreadsheet and see its content.
Ikd, The daily blah blah, Nov 2007Note: The final appearance of your post may be different, depending upon your blog’s style sheets.