【问题标题】:PhpSpreadsheet - Can I add digital signature to xls file in PHP?PhpSpreadsheet - 我可以在 PHP 中向 xls 文件添加数字签名吗?
【发布时间】:2017-04-21 13:11:40
【问题描述】:

我使用https://github.com/PHPOffice/PhpSpreadsheet 我需要在 xls 文档中添加数字签名以验证文档的真实性。是否可以使用这个或其他 PHP 库?谁能指点我如何做到这一点?

【问题讨论】:

    标签: php digital-signature phpspreadsheet


    【解决方案1】:

    PhpSpreadsheet 不支持数字签名。

    但如果您希望使用证书签署宏,那么 PhpSpreadsheet Xlsx 编写器支持这些宏。但是该功能没有记录在案。要了解如何使用,请参阅commit that introduced it。它应该是这样的:

    $spreadsheet->setMacrosCertificate($certificate);

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-02-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-02
      • 2011-06-28
      相关资源
      最近更新 更多