XLS 电子表格的完整文件头是什么?

发布于 2024-12-18 04:52:18 字数 191 浏览 2 评论 0原文

使用此 网站 处理文件签名,我找到了 XLS 电子表格的文件头的开头:

“09 08 10 00 00 06 05 00”

我想知道您是否可以从标题中收集更多信息,例如作者等?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

层林尽染 2024-12-25 04:52:18

不是来自标头本身: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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文