Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the Excel clipboard format documented?

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 file format?

like image 607
user380719 Avatar asked May 02 '11 18:05

user380719


1 Answers

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.

like image 54
Will A Avatar answered Sep 24 '22 06:09

Will A