
Tim Riley - 2010-08-26 20:54:43
Is it possible to use the package Spreadsheet_WriteExcel to generate an xls with a drop-down list?
I am attempting to create an xls file that contains dropdown lists of valid values for some columns. It looks like the perl module Spreadsheet::WriteExcel this library is ported from does support validation/dropdown lists. Does the php Spreadsheet_WriteExcel library have support for data validation and dropdown lists?
If so: is there any sample code for how to create a dropdown?
If not: does anyone know of any other php->xls libraries that have support for validation/dropdown lists?
TIA,
Tim