873d691c84initial check in , changing around the object model
Said Ryan Ackley
2002-07-01 20:30:59 +0000
c233482863Changing around the object model
Said Ryan Ackley
2002-07-01 20:30:26 +0000
84459eabdfAdded a couple of functions
Said Ryan Ackley
2002-07-01 20:29:22 +0000
a6974eddf4Refactoring for names, and tests. More to follow. Only publicly viewable change is setSheetName in HSSFName is now private, since it was dangerous.
Avik Sengupta
2002-07-01 17:29:31 +0000
c1c89c753eclarify the release
Avik Sengupta
2002-07-01 17:25:06 +0000
461c4afb82Now nightly builds will have right version PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-07-01 12:59:05 +0000
9d97b51f45intial check in
Said Ryan Ackley
2002-06-28 21:14:13 +0000
c124b0750bAdded code for an event model
Said Ryan Ackley
2002-06-28 21:13:25 +0000
6d9c9fef6cinitial check in
Said Ryan Ackley
2002-06-28 21:08:00 +0000
9acccaf1e9made logging performance drain obvious PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-27 22:41:36 +0000
9a940f370eSomes tests for the record size calculation class... My initial attempt and trying to understand the record size calculation stuff. BTW, I still don't get it. :(
Glen Stampoultzis
2002-06-27 13:17:12 +0000
d2b1debab2forgot to hit save after I added comments. Same as previous commit + comments
Said Ryan Ackley
2002-06-27 12:20:58 +0000
eb31d0912bAdded detailed comments
Said Ryan Ackley
2002-06-27 12:16:44 +0000
1b306c7d77initial check-in.
Said Ryan Ackley
2002-06-27 12:16:08 +0000
70c361f9ddbetter support for sheet functions.... more refactoring after i have written tests for named range. Inclueds a fix for bug 9632
Avik Sengupta
2002-06-26 18:05:40 +0000
4eb8d195bdThis supposidly makes japanese text work. PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-26 12:25:44 +0000
3d30c55466first cut support for sheet references. Writing works fine, reading also works except for bug 9632 .. which means that the formula string retrieved is incorrect. will fix soon
Avik Sengupta
2002-06-25 08:35:16 +0000
cf3e8aacd0blased windows missed the extended character PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-24 15:22:22 +0000
5949a86b8eadded a case study (BofL) PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-24 12:26:42 +0000
f6becf8a73New development version
Glen Stampoultzis
2002-06-24 00:18:26 +0000
2028fe3940took a debug statement out that was screwing up url params PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-23 19:16:04 +0000
4e41553096Fixed the problem with blank cells dirty rendering values
Andrew C. Oliver
2002-06-23 14:12:36 +0000
d23edd5bd1added minimal border support to sucky viewer (currently just ON or OFF) PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-23 02:54:08 +0000
63cfe59accA little more work to improve suckyviewer PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-22 20:54:14 +0000
d6ec53d310oops forgot a change I made for suckyviewer PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-22 20:31:23 +0000
17a1c70b4dforgot the xbuild for suckyviewer....here it is PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-22 16:08:39 +0000
52694b3539Added Sucky Viewer for viewing XLS files with HSSF
Andrew C. Oliver
2002-06-22 16:08:04 +0000
b0f758d0cdAn 'alternative' that does csv for you.
Glen Stampoultzis
2002-06-20 12:50:42 +0000
d0380e4058Minor changes of no consequence. Just checking in because I'm doing a release soon.
Glen Stampoultzis
2002-06-20 12:43:44 +0000
dd8c81977bFixed another typo!
Glen Stampoultzis
2002-06-20 12:00:01 +0000
3eda7eca28added the word dril per Travis's request PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-18 18:18:16 +0000
eb373342edUpdated w/travis's last name PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-18 18:17:26 +0000
3708898305more data for more functions
Avik Sengupta
2002-06-17 18:06:04 +0000
70c6ad8bcefix for bug 9908, gracefully warn and write back for unknown ptg in namerecord
Avik Sengupta
2002-06-17 17:20:16 +0000
c5285fb57eAdded info on latest logging system.
Nicola Ken Barozzi
2002-06-15 15:38:29 +0000
4a34e13429new case study
Andrew C. Oliver
2002-06-15 14:54:34 +0000
511dbc0ceaVarious changes. SST refactoring which I'm not sure is worth it because I'm pretty sure SST recordsize calculation is all wrong. Added some logging stuff and also merged some stuff from 1.5 branch
Glen Stampoultzis
2002-06-15 06:04:26 +0000
efaf8aabc0oops forgot this yesterday, the new case studies page
Andrew C. Oliver
2002-06-12 14:01:17 +0000
1ef8d27a1efix for bug 9802, we write simple sum ptg, tho we can also read attr ptg. trying to write an attr ptg messes up the class change algo.
Avik Sengupta
2002-06-12 12:40:03 +0000
8cad326e9aThis commit was manufactured by cvs2svn to create tag 'REL_1_5_BRANCH_MERGE4'.
No Author
2002-06-12 09:13:32 +0000
9009364fb9Applied extended text fix to 1.5 branch
Glen Stampoultzis
2002-06-12 09:13:32 +0000
8908e20c5dA fix for the bug that remained uncaught because I didn't write a testcase that I should have - once again proving to myself that test cases are wonderful things and that I skimp on doing them way too often.
Glen Stampoultzis
2002-06-12 09:10:04 +0000
b05947a181A testcase that I should have added before.
Glen Stampoultzis
2002-06-12 09:07:51 +0000
1f61f0058bSplit out SSTDeserializer specific classes.
Glen Stampoultzis
2002-06-12 08:33:44 +0000
8f149403ccUse the new 'sections' feature
Glen Stampoultzis
2002-06-12 08:24:12 +0000
a5259b1fa2Refinement of test data
Glen Stampoultzis
2002-06-12 08:23:36 +0000
143979497cSome more hex reading utilities
Glen Stampoultzis
2002-06-12 08:18:06 +0000
44fc02cd84compile under jdk1.2.2
Avik Sengupta
2002-06-12 07:50:29 +0000
1e56546655added spanish translation start PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-12 04:21:26 +0000
44b02e8d4dadded spanish translation news PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-12 04:19:12 +0000
707fa6e2a0New alternative
Glen Stampoultzis
2002-06-12 00:34:44 +0000
4c62750ea5pretty printing from AttrPtg, submitted by Werner Froidevaux
Avik Sengupta
2002-06-11 21:17:44 +0000
e27d8be5e1Removed runtime dependency from commons logging. Now the PoiLogFactory will try to create a logger using the System property named "org.apache.poi.util.POILogger".
Nicola Ken Barozzi
2002-06-11 21:07:58 +0000
b378514b24dont want these any more, they have been refactored to AbstractFunctionPtg/FuncPtg/FuncVarPtg
Avik Sengupta
2002-06-11 20:37:01 +0000
ecc283b69dupdated tests without ReferenceUtil
Avik Sengupta
2002-06-11 20:20:41 +0000
e346cb4473More formula enhancements, particularly for fixed args tFunc 0x21/41/61. Also try not to bomb on unknown Ptg
Avik Sengupta
2002-06-11 20:18:28 +0000
3899a5ee12first go at "getting involved" PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2002-06-09 20:30:34 +0000
d3ad81d4e7updates for POI around the web
Andrew C. Oliver
2002-06-09 16:57:35 +0000
5140e0261dMerged from 1.5 (SST fixes).
Glen Stampoultzis
2002-06-09 12:48:34 +0000
bc4ab79fddForgot this one.
Glen Stampoultzis
2002-06-09 12:42:42 +0000
d7672fa259SST fixed!!! Yay... Will reliably read in spreadsheets that have rich text or extended text. Code is a bit cleaner now but could still use more improvement. If I have the energy I'll look into it.
Glen Stampoultzis
2002-06-09 12:33:26 +0000
8a4d120c34New example
Glen Stampoultzis
2002-06-08 12:19:05 +0000
c8470551bbfix to bug 9518, submitted by Shawn Laubach
Avik Sengupta
2002-06-06 06:03:17 +0000
7b23ccd114Merged from 1.5 branch.
Glen Stampoultzis
2002-06-02 07:30:40 +0000
daf9ec6e8bThis commit was manufactured by cvs2svn to create tag 'REL_1_5_BRANCH_MERGE3'.
No Author
2002-06-01 02:25:53 +0000
2072902e33Framework to set the class of a token
Avik Sengupta
2002-05-27 21:00:12 +0000
9a47a0c1eaRefactoring and cleanup work in prep for looking more deeply into SST handling.
Glen Stampoultzis
2002-05-27 11:43:27 +0000
c38fc6e7a0Patches from Werner Froidevaux
Andrew C. Oliver
2002-05-26 23:19:58 +0000
995127c376Bugzilla Bug 9426 - Drew Varner (who needs to start remembering to add himself in the author tags)
Andrew C. Oliver
2002-05-26 22:18:40 +0000