Importing tables from Excel spreadsheets

View: New views
2 Messages — Rating Filter:   Alert me  

Importing tables from Excel spreadsheets

by Florian Holeczek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

has anybody already imported tables from Excel spreadsheets?

We would like to migrate from an Excel file to JSPWiki and import
existing data.

Thanks in advance
 Florian


smime.p7s (2K) Download Attachment

Re: Importing tables from Excel spreadsheets

by Frank Fischer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,
Apache HSSF reads Excel files. The example code in
JavaWorld shows how to do it:

<http://poi.apache.org/spreadsheet/index.html>
<http://www.javaworld.com/javaworld/javaqa/2002-05/01-qa-0503-excel3.html>

I have written a plugin that synchronises some WikiPages with
an external Excel spreadsheet but it is very specific to our
needs - the example above seems to be the best starting point.

Frank


> Hi all,
>
> has anybody already imported tables from Excel spreadsheets?
>
> We would like to migrate from an Excel file to JSPWiki and import
> existing data.
>
> Thanks in advance
>  Florian