Reading and writing an Excel sheet with form elements using PHP on Linux -
one of our clients trying find way automate filling out form supplied 1 of vendors. excel spreadsheet contains dropdowns , checkboxes. catch must submit form on daily/weekly basis using exact spreadsheet "form" , trying remove human processing loop.
i have tried using phpexcel read files, cannot life of me figure out how set value of dropdowns -or- check 1 of checkboxes.
as secondary note, if load , rewrite file new file, dropdowns , checkboxes disappear file.
thanks, dan
assuming form doesn't change, bind values separate data source, change that.
Comments
Post a Comment