Excelaccessor

Hi all,
Below is the installation guide for excelaccessor:-
After downloading the zip file for this bean package, unzip it using the jar command or any unzip utility. It will automatically create a new directory called excelaccessor and extract files into it.
Move the ExcelAccessor.dll file from the lib directory, to the following directories:
The Windows system directory or the Windows directory.
Note: The ExcelWorkbook bean accesses the native code that must be shipped as Dynamic Link Library (DLL), along with the bean. This DLL needs to be present in the system path, when the bean is used, either by the application developer or by the end-user.
To use the component in an IDE, import the excelaccessor.jar file.
Note: Please refer to the User's Guide of your IDE for details on how to import a bean into the IDE.
To run the demo application provided with this package, follow the instructions in the documentation of the demo.
Note: This bean package includes separate jar files for design and run-time functions. Import the design-time jar file (excelaccessor.jar) into your visual builder tool, and use the run-time jar file (excelaccessor_Runtime.jar) for optimal run-time performance.
IBM JDK 13 has been used as IDE for my current project on Window 2000.
I have installed excelaccessor with the following step:
1. copy ExcelAccessor.dll into WINNT>System and WINNT>System32
2. I don't know how to import a bean into JDK 13, so I copy the excelaccessor.jar into Java13>jre>lib>ext
when I run the demo, I can view the interface but can't open the excel file.
Can anybody who has experience about this, help me on this... thank u.

would you mind telling us why you duplicated the post?

Similar Messages

Maybe you are looking for

  • Word document changed to random letters!

    I have been working on an outline for many weeks now on Microsoft Word, continuing to 'save as' with new file names. I last modified a version last night. I had not shut off my computer since last night, nor exited out of the saved document; the docu

  • .CIN file doesn't open

    Hello,      I got a .CIN file from a student friend and I was looking for an application that opens this kind of files, so I was looking on the internet and I found out that Adobe Photoshop CS 6 opens them. I installed the trial version and I tried t

  • Connection and Read Timeouts when posting messages into XI

    Hi, We have about 25 interfaces configured on XI. When running the tests by posting messages into these interfaces, we are getting Connection, Read or Socket Timeout exceptions. And from then XI is unable to accept further messages. If the Complete C

  • Jsp database access using odbc - please help

    Hi friends, I�m trying a very simple database access program in jsp data base access using odbc. Odbc has to be used because thin driver or other drivers may not be available in every system of our college and as you know it's not that easy to make c

  • How to retrieve DSN's in java

    Hi, Is it possible to retrieve a list of the ODBC DSN's (Data Source Name's) created on my local machine(XP-Pro) without using JNI?