JExcel Documentaion

The following documentation is currently available for JExcel.

JExcel Programmer’s Guide

This guide introduces JExcel, describes its design goals, concepts and principles. It provides the requirements for using the product as well as sufficient information you need to know before starting to work with it.

JavaDoc

Online Documentation: JExcel (JavaDoc) [new] html zip

API Differences: Between JExcel 1.1 and 1.2 [new] html

Questions and Answers (FAQ)

Here you can find answers to commonly asked questions about how to get started and work with the JExcel.

Troubleshooting

This section contains description of common problems, their causes and suggested solutions.

Mapping for Native Types to JNIWrapper Classes

Using the reference table, you can check mappings of C/C++ types to JNIWrapper classes. This is especially useful when you work with native methods calls within your Java code.

Mapping for Windows Types to JNIWrapper and
WinPack Classes

Windows API includes many data types. If you need to use one of such types, read Windows-specific documentation such as MSDN to find out the actual C type that corresponds to it (for example, LPSTR corresponds to char*) and use the relevant JNIWrapper type for the argument. You can also check the online Windows Data Types table available here.

Installation Instructions

For installation and troubleshooting instructions, please see the ReadMe.txt file inside the JExcel package.

Release Notes

Each new version of JExcel is supplied with updated Release Notes. To view version specific information, make sure to check the appropriate section inside What's New page before installing JExcel.