PhpSpreadsheet - 我可以在PHP中将数字签名添加到xls文件中吗?

时间:2017-04-21 13:11:40

标签: php digital-signature phpspreadsheet

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

1 个答案:

答案 0 :(得分:0)

PhpSpreadsheet不支持数字签名。

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

$数据表单> setMacrosCertificate($证书);