Menu

#117 Add Excel support to Export

closed-fixed
None
5
2009-02-25
2009-02-24
No

The Operation Ant task class already supports Excel formats; however, the Export Ant task class does not. Why not add the support, since the DbUnit code already does?

The attached file is a modified Export class. The execute() method was updated to call the XlsDataSet.write() method when appropriate (just as the other data sets are called). The setFormat() method was updated to accept the 'xls' format type.

Discussion

  • Tim Stavenger

    Tim Stavenger - 2009-02-24

    Export class supporting Excel format

     
  • matthias g

    matthias g - 2009-02-25
    • assigned_to: nobody --> gommma
    • status: open --> closed-fixed
     
  • matthias g

    matthias g - 2009-02-25

    Hi Tim,

    i committed it to rev. 975/trunk.

    regards,
    matthias

     

Log in to post a comment.