Spreadsheet Applications (41 products)
-
9/10
TA-LIB: Tech. Analysis Library
"Technical analysis library with indicators like ADX, MACD, RSI,... -
9/10
OpenOffice.org
OpenOffice.org is a multiplatform and multilingual office suite and an... -
8/10
Excel 2003
Excel 2003 enables you to work more productively with others and... -
8/10
Google Docs
The online spreadsheet and word processor by Google -
7/10
OpenOffice.org Calc
OpenOffice.org's spreadsheet. Behaves likes excel, opens and saves...
Forum
AssertionFailed on Workbook.getSheet()
I'm running into a sort of oddity...
I have a File object representing an .xls workbook. I instantiate a Workbook object from the File object. The workbook has a single spreadsheet. When I try to instantiate a Sheet instance using the Workbook.getSheet() method, my application crashes with "common.AssertionFailed".
Here's my code:
/* Start code */
File file = new File( "workbook.xls" );
Workbook workbook = Workbook.getWorkbook( file );
Sheet sheet = workbook.getSheet( 0 );
/* End code */
The funny thing is, I have an Excel file that does not cause this problem. The other four I've tried cause a crash. A "fresh" .xls file (three sheets, no data in any cells) does not cause a crash, which leads me to believe something about the data in my .xls files is causing the problem. Any ideas?
Thanks
[...]
I have a File object representing an .xls workbook. I instantiate a Workbook object from the File object. The workbook has a single spreadsheet. When I try to instantiate a Sheet instance using the Workbook.getSheet() method, my application crashes with "common.AssertionFailed".
Here's my code:
/* Start code */
File file = new File( "workbook.xls" );
Workbook workbook = Workbook.getWorkbook( file );
Sheet sheet = workbook.getSheet( 0 );
/* End code */
The funny thing is, I have an Excel file that does not cause this problem. The other four I've tried cause a crash. A "fresh" .xls file (three sheets, no data in any cells) does not cause a crash, which leads me to believe something about the data in my .xls files is causing the problem. Any ideas?
Thanks
Date: May 23, 2008 at 20:30
Author:
besharam05
Last post: May 23, 2008 at 20:30
Replies: 0
Google Docs Interface changed a little bit today
Just opened my account to create a new doc and I noticed small changes in the GUI. It's a little bit more cleaner, yet changes are very small. Google Docs is still under beta though, i wonder when they gonna declare it mature
[...]
Date: March 12, 2008 at 21:50
Author:
Alinutza
Last post: March 12, 2008 at 21:50
Replies: 0
Start a new discussion