When should the xlsm or xlsb formats be used?

后端 未结 5 1518
被撕碎了的回忆
被撕碎了的回忆 2020-12-07 13:48

Since Excel 2007, Microsoft has split the classical .xls format to several formats (in particular, .xlsx, .xlsm, .xlsb).

5条回答
  •  庸人自扰
    2020-12-07 14:05

    One could think that xlsb has only advantages over xlsm. The fact that xlsm is XML-based and xlsb is binary is that when workbook corruption occurs, you have better chances to repair a xlsm than a xlsb.

提交回复
热议问题