XLS 电子表格的完整文件头是什么?
Using this website on file signatures I have found the beginning of the file header for an XLS spreadsheet:
"09 08 10 00 00 06 05 00"
I was wondering if there was any further information you can glean from the header such as Author etc.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不是来自标头本身:XLS 文件是 OLE 文档。要提取 autor 等,您需要能够从该文件中读取 SummaryInformation 和 DocumentSummaryInformation 流。
Not from headers per se: an XLS file is an OLE document. To extract the autor etc, you need to be able to read the SummaryInformation and DocumentSummaryInformation streams from within that file.