Java Glossary : Excel

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : E words : Excel.

Excel
Microsoft's popular spreadsheet for Windows. It can import and export CSV files. Its native binary format is *.xls. There are tools to read and write Excel format spreadsheets in Java. Some years ago I worked for David Pollack's Athena on an Excel-compatible spreadsheet called Integer. It allowed many users to remotely collaborate on the same sheet. It could run on any machine, even servers, and display on many machines. Unlike regular Excel, it exploited as many CPUs as you could throw at it. Unfortunately, the project ran out of money just as it was beginning to catch on.

The easiest way to exchange data with Excel is via CSV files. To generate spreadsheet files with embedded formulae, you will need POI.

CSV: comma-separated variable file format ¤ JExcelAPI ¤ POI-HSSF ¤ Spreadsheet Student Project


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 2584.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/excel.html J:\mindprod\jgloss\excel.html