开发者

Is the Excel clipboard format documented?

开发者 https://www.devze.com 2023-03-01 23:10 出处:网络
If I copy data from Excel, how can I get full fidelity access to it. From what I can see, there is a format called \"BIFF8\".

If I copy data from Excel, how can I get full fidelity access to it.

From what I can see, there is a format called "BIFF8".

Is this documented? How is it different from the xls开发者_StackOverflow社区 file format?


The BIFF format is document, by Microsoft no less: MICROSOFT OFFICE EXCEL 97-2007 BINARY FILE FORMAT SPECIFICATION.

BIFF is the file format used by older versions of Excel. .xlsx being an XML based format.

0

精彩评论

暂无评论...
验证码 换一张
取 消