[Newbie] possible to add an interface via PHPRUNNER to allow users to upload an excel???
This topic is locked
[Newbie] possible to add an interface via PHPRUNNER to allow users to upload an excel???
10/10/2025 02:09:21
PHPRunner Tips and Tricks
R
RyanKing author
Hi all, I need to add a customized file-upload interface to allow users to upload their excels. Then I need to parse this excel/csv as inputs -> query the tables -> return a bunch of filtered records. Is it possbile and how can I implement this? Thanks.