<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx</link><description>To this point in the blog, I haven't talked too much about the file formats that Excel 2007 uses, since Brian Jones has been covering the new Office Open XML format pretty well in his blog. Today I thought I'd give an overview of the three main formats</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#672669</link><pubDate>Thu, 20 Jul 2006 16:31:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:672669</guid><dc:creator>Chris Nokleberg</dc:creator><description>Will you be documenting the binary formats?</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#673179</link><pubDate>Fri, 21 Jul 2006 00:46:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:673179</guid><dc:creator>David Gainer</dc:creator><description>Chris, yes they will be documented.</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#673236</link><pubDate>Fri, 21 Jul 2006 02:20:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:673236</guid><dc:creator>Colin Banfield</dc:creator><description>Dave,&lt;br&gt;&lt;br&gt;From what I've seen so far, the Compatibility Checker appears to be well implemented. However, I've come across one annoying compatibility issue related to data imported from an external database. &amp;nbsp;It goes like this: Open an existing .xls file. On a new worksheet, import data into an Excel Table. &amp;nbsp;Use the Table name in a lookup formula on another sheet. Save the file (still in .xls format). Reopen the file in Excel 2007. The lookup formulas are all blown to sh*t. Open the file in Excel 2003. The formulas are there, the Table is converted to a QueryTable but now the lookup reference is converted to a static range reference.&lt;br&gt;&lt;br&gt;The behavior that should occur: After reopening the .xls file in Excel 2007, the lookup formulas should be intact (perhaps this bug is already fixed in the latest refresh). After opening the file in Excel 2003 (or earlier), the original workbook scoped Table name should be converted to a worksheet scoped QueryTable name, so that the lookup formula still refers to a name reference - just as nature intended. I guess that nobody thought that an imported Table or QueryTable would ever to used in lookup formulas, otherwise they would have recognized the folly in the current design.</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#673243</link><pubDate>Fri, 21 Jul 2006 02:29:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:673243</guid><dc:creator>Francis</dc:creator><description>2 questions:&lt;br&gt;1. Will other formats used by MS Excel also be documented? I am thinking of SYLK in particular. I run into compatibility problems importing Excel SYLK files into other programs. Perhaps missing documentation is the cause? From what I have read, Excel's implementation of SYLK is undocumented. I have found no documentation for it on the MS/MSDN web site. The format may be ancient, but these formats will stay relevant, at least for the couple of years it will take non-MS software to support OpenXML.&lt;br&gt;2. Why is XLM still in Excel? VBA superseded it in 1993. It seems like unnecessary--and potentially dangerous--baggage. Do customers still use it?</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#673312</link><pubDate>Fri, 21 Jul 2006 03:43:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:673312</guid><dc:creator>David Gainer</dc:creator><description>Colin, thanks for the great feedback. &amp;nbsp;Couple of points. &amp;nbsp;We need to convert Structured refrences (Table1[Column3]) to range references (a2:a77) on save as XLS, because we do not know what version of Excel the XLS file will be opened in, and current versions of Excel would not know what to do with them. &amp;nbsp;The QueryTable name is something we thought about, but there again things are a bit problematic. &amp;nbsp;The QueryTable name we generate is the entire QuerTable, where as the default references created when you are using Tables in 2007 include only the data portion of the table (not the header or total rows).&lt;br&gt;&lt;br&gt;Francis, we don't currently have plans to document SYLK files, though I will mention your post to the folks that own this area. &amp;nbsp;With regards to XLM, it is simply a matter of backwards compatibility. &amp;nbsp;Many many companies today still have solutions that contain some XLM and who have no desire to have to re-develop those solutions.</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#673376</link><pubDate>Fri, 21 Jul 2006 05:09:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:673376</guid><dc:creator>Colin Banfield</dc:creator><description>&amp;lt;&amp;lt;We need to convert Structured refrences (Table1[Column3]) to range references (a2:a77) on save as XLS, because we do not know what version of Excel the XLS file will be opened in, and current versions of Excel would not know what to do with them.&amp;lt;&amp;lt;&lt;br&gt;&lt;br&gt;Very true. For backward compatibility sake, it might have been wise to provide an option to import into a worksheet range (as a QueryTable). As it is, you're forced to choose between a Table and a PivotTable, even if you don't want to import into either.</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#673560</link><pubDate>Fri, 21 Jul 2006 10:11:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:673560</guid><dc:creator>Dave</dc:creator><description>David, If I save a file containing 2007 features in XLS format, I understand that a 2003 user can open the file but will not have the new features available.&lt;br&gt;&lt;br&gt;If that user makes a change and re-saves the file, will my 2007 features be preserved?&lt;br&gt;</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#673839</link><pubDate>Fri, 21 Jul 2006 17:12:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:673839</guid><dc:creator>David Gainer</dc:creator><description>Hi Dave ... the answer, unfortunately, depends on the feature. &amp;nbsp;Where it is possible (which is many cases), we preserve features. &amp;nbsp;One of the team is putting together back compat info which we will make available in a blog post soon.</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#674017</link><pubDate>Fri, 21 Jul 2006 20:07:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:674017</guid><dc:creator>Harlan Grove</dc:creator><description>When's the deprecated features list going to be available?</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#674103</link><pubDate>Fri, 21 Jul 2006 21:30:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:674103</guid><dc:creator>A User</dc:creator><description>When's the deprecated features list going to be available? </description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#674219</link><pubDate>Fri, 21 Jul 2006 23:07:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:674219</guid><dc:creator>David Gainer</dc:creator><description>Harlan - I have stuff lined up for the next few weeks, so sometime in the first half of August with any luck.</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#675045</link><pubDate>Sat, 22 Jul 2006 21:58:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:675045</guid><dc:creator>sysmod</dc:creator><description>Re: &amp;quot;. Why is XLM still in Excel? &amp;quot;&lt;br&gt;&lt;br&gt;I'm surprised to hear it's still in legacy systems, perhaps migrated from Lotus 123.&lt;br&gt;&lt;br&gt;But XL4 code is still used TODAY to get access to some obscure functions via defined names. Such as GET.CELL&lt;br&gt;See:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://www.jkp-ads.com/articles/ExcelNames08.htm"&gt;http://www.jkp-ads.com/articles/ExcelNames08.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Patrick O'Beirne&lt;br&gt;www.sysmod.com&lt;br&gt;</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#676845</link><pubDate>Mon, 24 Jul 2006 19:33:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:676845</guid><dc:creator>Air_Cooled_Nut</dc:creator><description>Question regarding the &amp;quot;Working with Excel Services&amp;quot; note:&lt;br&gt;&lt;br&gt;Maybe it's because I'm ignorant about Excel Services but why can't macros be used in it?</description></item><item><title>Copy paste between two instances of Excel</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#677331</link><pubDate>Tue, 25 Jul 2006 03:36:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:677331</guid><dc:creator>Lars Schouw</dc:creator><description>Did this problem get fixed in 2007?&lt;br&gt;&lt;br&gt;I found a bug in Excel copy-paste between two sessions.&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://groups.google.com/group/microsoft.public.excel/browse_thread/thread/ff1eeb8706d15e3d"&gt;http://groups.google.com/group/microsoft.public.excel/browse_thread/thread/ff1eeb8706d15e3d&lt;/a&gt;&lt;br&gt;&lt;br&gt;Lars</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#678392</link><pubDate>Wed, 26 Jul 2006 03:32:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:678392</guid><dc:creator>Dan Battagin</dc:creator><description>Air_Cooled_Nut - The quick answer is that on the server, you really don't want the security or performance concerns that are inherent in allowing VBA to run. &amp;nbsp;For more details, you can read up on Excel Services in Dave's posts here: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/excel/archive/category/11361.aspx"&gt;http://blogs.msdn.com/excel/archive/category/11361.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Lars - No, that same limitation still exists in Excel 2007.</description></item><item><title>re: All About File Formats</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#678400</link><pubDate>Wed, 26 Jul 2006 03:48:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:678400</guid><dc:creator>Lars Schouw</dc:creator><description>Cheer.&lt;br&gt;&lt;br&gt;Where is the best place to report this as a request to get this fixed..&lt;br&gt;&lt;br&gt;Lars</description></item><item><title>Microsoft PacWest SharePoint Server Newsletter – July 2006</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#678663</link><pubDate>Wed, 26 Jul 2006 09:05:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:678663</guid><dc:creator>Owen Allen (MSFT PacWest)</dc:creator><description>&lt;br&gt;	Microsoft PacWest SharePoint Server Newsletter – July 2006&lt;br&gt;&lt;br&gt;&amp;amp;#160;Update on Download Availability of...</description></item><item><title>File compatibility - the office babelfish</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#681689</link><pubDate>Fri, 28 Jul 2006 20:31:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:681689</guid><dc:creator>Office Rocker!</dc:creator><description>As more people install the beta of Office, there are more documents out there in the new file format....</description></item><item><title>Supported workbook files in Excel Services</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#694151</link><pubDate>Thu, 10 Aug 2006 10:50:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:694151</guid><dc:creator>Cum Grano Salis</dc:creator><description>Been getting this question on and off now for a couple of weeks, so I thought I would drop a line about...</description></item><item><title>Post 1 - Compatibility Mode</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#694607</link><pubDate>Thu, 10 Aug 2006 21:16:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:694607</guid><dc:creator>Microsoft Excel 2007 (nee Excel 12)</dc:creator><description>Guest writer: Eric Patterson.&amp;amp;amp;nbsp; Over the next several posts, Eric, one of the members of the Excel...</description></item><item><title>New Binary File Format for Spreadsheets</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#712837</link><pubDate>Tue, 22 Aug 2006 19:35:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:712837</guid><dc:creator>Doug Mahugh</dc:creator><description>With the upcoming release of the 2007 Microsoft Office System, much attention has been focused on the...</description></item><item><title>XL[S|T|A][X|M] or XLSB?</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#714262</link><pubDate>Wed, 23 Aug 2006 14:21:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:714262</guid><dc:creator>Alexander Holy's Weblog</dc:creator><description>The new Excel File Formats. Like all &amp;amp;quot;new&amp;amp;quot; file formats coming along Vista and Office 2007,&amp;amp;amp;nbsp;these...</description></item><item><title>Nuovo formato binario in Excel 2007</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#714427</link><pubDate>Wed, 23 Aug 2006 15:16:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:714427</guid><dc:creator>Alessandro Sorcinelli</dc:creator><description>Direttamente dal blog del team che sta lavorando ad Excel 2007 arriva una notizia interessante: oltre...</description></item><item><title>Excel 2007 Binary File Format (.xlsb) as a timesaver</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#730185</link><pubDate>Tue, 29 Aug 2006 19:20:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:730185</guid><dc:creator>David Boschmans Weblog</dc:creator><description>A couple of months ago while I was attending TechEd US, I created quite a lot of Microsoft Office Excel...</description></item><item><title>Are You Ready for EXCEL 2007???!!!!! | BankersBall</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#1418008</link><pubDate>Sat, 06 Jan 2007 00:37:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1418008</guid><dc:creator>Are You Ready for EXCEL 2007???!!!!! | BankersBall</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.bankersball.com/2007/01/05/are-you-ready-for-excel-2007/"&gt;http://www.bankersball.com/2007/01/05/are-you-ready-for-excel-2007/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>A bunch of Numbers&amp;#8230; at S T A T R I X&amp;#8230;</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#7194776</link><pubDate>Tue, 22 Jan 2008 10:51:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7194776</guid><dc:creator>A bunch of Numbers… at S T A T R I X…</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://statrixblog.statrix.com/?p=163"&gt;http://statrixblog.statrix.com/?p=163&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>How To Open XLSX File Without MS Office 2007 | techxplore.net</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#7616040</link><pubDate>Mon, 11 Feb 2008 20:40:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7616040</guid><dc:creator>How To Open XLSX File Without MS Office 2007 | techxplore.net</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.techxplore.net/2008/02/11/how-to-open-xlsx-file-without-ms-office-2007/"&gt;http://www.techxplore.net/2008/02/11/how-to-open-xlsx-file-without-ms-office-2007/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Microsoft publica las especificaciones de formatos binarios de Office (DOC, XLS, PPT, XLSB, Office Drawing)</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#7730570</link><pubDate>Sat, 16 Feb 2008 10:14:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7730570</guid><dc:creator>Apuntes de un loco</dc:creator><description>&lt;p&gt;Hace unos tres o cuatro a&amp;amp;#241;os, no recuerdo por qu&amp;amp;#233; motivo, Microsoft decidi&amp;amp;#243; ofrecer bajo&lt;/p&gt;
</description></item><item><title>convert excel 2007 file to xml file</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#8509217</link><pubDate>Thu, 15 May 2008 23:35:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8509217</guid><dc:creator>convert excel 2007 file to xml file</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://imanol.clearviewtickets.info/convertexcel2007filetoxmlfile.html"&gt;http://imanol.clearviewtickets.info/convertexcel2007filetoxmlfile.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>open excel with a default file</title><link>http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx#8662150</link><pubDate>Fri, 27 Jun 2008 19:45:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8662150</guid><dc:creator>open excel with a default file</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://abel.beststoriessite.com/openexcelwithadefaultfile.html"&gt;http://abel.beststoriessite.com/openexcelwithadefaultfile.html&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>