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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -