PHP: creating combobox in excel sheet?

PHP: creating combobox in excel sheet?

am 13.11.2009 16:32:30 von Kim Madsen

Hey

I'm working on creating excel sheets from these classes:

http://articles.sitepoint.com/article/pear-spreadsheet_excel _writer/3

http://pear.php.net/package/Spreadsheet_Excel_Writer/downloa d/

Does anyone know how to create a combo box from PHP with these (or other
classes)? By combobox I mean the / dropdown box in HTML.
>

Where will your combobox reside?
What will your combobox contain/display?
What are you going to generating your combobox with? Are you wanting to build
it with one of the two listed software packages?

Jim

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP: creating combobox in excel sheet?

am 13.11.2009 23:17:05 von Kim Madsen

Jim Lucas wrote on 2009-11-13 17:06:
> Kim Madsen wrote:
>> Hey
>>
>> I'm working on creating excel sheets from these classes:
>>
>> http://articles.sitepoint.com/article/pear-spreadsheet_excel _writer/3
>>
>> http://pear.php.net/package/Spreadsheet_Excel_Writer/downloa d/
>>
>> Does anyone know how to create a combo box from PHP with these (or other
>> classes)? By combobox I mean the / dropdown box _is made_ in HTML.

> What will your combobox contain/display?

some data, could be "yes", "no", "maybe", these 3 data should be in the
dropdown box when the user click the arrow. I simply wanna generate the
list I can create in OpenOffice calc by selecting
data->validity->criteria and select list in "allow" then adding
yes[enter]no[enter]maybe[enter]

> What are you going to generating your combobox with?

PHP was the thought, with data from a database

> Are you wanting to build it with one of the two listed software packages?

Yes, if possible. Otherwise another class/function is also fine.

--
Kind regards
Kim Emax - masterminds.dk

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php