
Signature
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
> Have you looked at OpenOffice.org? I don't know if their spreadsheet
> does macros, but it does handle handle .xls format files with no trouble
> that I've run into yet.
But how feasible would it be to access it from a Java application? What
if that Java application has to be portable or self-contained? What
about server-side Java applications? Don't know if the O-P wants a
server-side application, but I think the other concerns are valid
nonetheless:instead of making your app. dependant on MS-Excel, you're
making your app dependant on another huge beast.
I think the O-P wanted more something along the lines of a pure Java
spreadsheet-engine, that can be bundled as a library, and also still
read&execute Excel files?
Cheers,
--Tim
Greg - 12 Jun 2006 13:32 GMT
In fact I need something like pure Java spreadsheet engine as library. The
application will be standalone. I do not want users to think that this model
is excel based. Most Excel features will be disabled. At the moment my Excel
files combines extended business plan. I though it should be quite quick and
efficient to work on this file by using Java spreadsheet engine library with
good API, so I could totally change the look and write some additional
functions integrated with my business plan model. I addition I will have to
provide some input data from my current Java app. Users should be allowed
only to modify designated part of model by inserting new rows, updating
cells and creating simple formulas (in Excel based way).
Cheers,
Greg
>> Have you looked at OpenOffice.org? I don't know if their spreadsheet
>> does macros, but it does handle handle .xls format files with no trouble
[quoted text clipped - 14 lines]
>
> --Tim
David Kerber - 12 Jun 2006 13:42 GMT
> > Have you looked at OpenOffice.org? I don't know if their spreadsheet
> > does macros, but it does handle handle .xls format files with no trouble
[quoted text clipped - 10 lines]
> spreadsheet-engine, that can be bundled as a library, and also still
> read&execute Excel files?
Ok; I misunderstood what he wanted. OO wouldn't be a candidate for this
application, AFAICS.

Signature
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).