I am using JExcel for creating an excel document. I want to create a Excel table in Excel document using JAVA. I have populated the rows and columns in cells, I could not able to create Excel table and populate data into Excel Table
2 Answers
Very limited info but being thirsty for votes I will take a stab
Tables in excel are nothing but cells with boarders around them . Once you have data in your cells you use jxl.format.BorderLineStyle to create boarder around them and that would be your table . Simple :)
1 Comment
Dhakshana Murthy
Ya i know that to populate the cells and putting borders arround them..but my requirement is to get the output excel document should have the data populated in ExcelTable.