Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个可以与 Excel 表通信的 PHP 应用程序。从 Excel 中,我成功地从 shell 中检索了一个值,并在我的应用程序中对其进行了处理。但是,我想在更新时从 Excel shell 中获取新值,以便我可以调用所需的 PHP 函数来处理这个新值。我怎样才能做到这一点?
请注意,我使用PHPExcel进行读写,并且 Excel 电子表格可能每 10-50 秒更新一次。