Q: How to automatically adapt column width with XML format?

  • Thread starter Francesco Sblendorio
  • Start date
F

Francesco Sblendorio

Hi.
I'm developing an application that outputs its results to an XML file (with
Excel XP's DTD). The trouble is the column width, which is set at default.
Is there an XML tag which allow to adapt width automatically?

I thought about a VBA macro, but I noticed that VBA code isn't stored in XML
Excel's files.

Thanks in advance,
Francesco.
 
Top