0

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 2

3

Use Apache POI, it has very good support for all types of Excel manipulation.

Sign up to request clarification or add additional context in comments.

Comments

2

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

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.