kaiser_naren:

I've not tried building a spreadsheet with drop-downs in it before. But when I try to do anything special in a spreadsheet, I'll often make one by hand and take it apart with Spreadsheet::ParseExcel to see what kinds of things I need to do. (It doesn't always work, as Spreadsheet::ParseExcel isn't perfect, and Spreadsheet::WriteExcel doesn't always have the method I want. But I've been generally successful.

On the cases where I've not been successful, I've saved the spreadsheet in XML format and perused that for clues. (As in, I wonder if the drop-down is signalled by a special formatting code, or some such...)

When even that doesn't work, I cop out and write a spreadsheet template that reads its data from a data source (database, CSV file, etc.) and populate the data source with some perl code.

...roboticus


In reply to Re: Drop down list box in Spreadsheet by roboticus
in thread Drop down list box in Spreadsheet by kaiser_naren

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.