XLSX vs XLSB - what format is preferably and when?

A

Andrey Son

Hello.
New Excel 2007 / Excel:2008 supports new formats - XLSX and XLSB. As noticed
in documentation, XLSB is variation of XLSX but binary format used to store
the date therefore XLSB files are smaller in size and faster to load/save. No
any other differences ware founed by me between this two formats.
My question is - when it's preferably to use XLSX and it's prefer to use
XLSB? It's seems to me XLSB is better by all and it's not needed to use XLSX,
but XLSX was choosed as default Excel 2007 format and this fact must have a
reason. What are the main cases to use XLSX and what are for XLSB?
Than you.
 
J

JLatham

See this page for a more complete discussion:
http://blogs.msdn.com/excel/archive/2006/07/20/671995.aspx

Primarily you'll note that the difference is whether or not a file CAN
contain macros or not. An .xlsx file cannot (but .xlsm can) while .xlsb can
contain macros, but of course doesn't have to. Bottom line is that as long
as all users have Excel 2007, the .xlsb format is probably the most efficient
way to go.
 
A

Andrey Son

Thank you very much.
The only plus of XLSX format is that my iPhone "Files lite" application can
display XLSX files and can not display XLSB.
From you reply it's clear than XLSB format is more functional and more
preferred to use if there are no any conditions to prohibit it.
 
R

Ron de Bruin

Hi Andrey

Code that use ADO have problems with xlsb files so I use xlsm by default
because i use a lot of code in my workbooks.
 
A

Andrey Son

One more fact that XLSB is more suitable as standalone data file for
Excel-use only, but XLSX is better for use in programming and Excel-data
processing usinn any external programming interfaces.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top