Tuesday, September 26th, 2006
Dojo Spreadsheet Widget
Marius Hanganu has created a Spreadsheet widget for Dojo with the features:
- Based on Toolbar and TabContainer widgets
- Keyboard cell navigation
- Column, row resizing
- Cell, column and row selection
- Cell formatting (font, font size, bold, italic, underline, color, background color)
- Sheet management (rename, delete, new)
- Functions (22 math functions, 6 string functions)
This is an early release, and it will get flushed out in the future.





4.1 rating from 44 votes








[記事リンク]ã‚‚ã£ã¨ã‚‚人気ã®ã‚ã‚‹AJAX言語ã¯? フレームワークã¯?
[記事リンク]ã‚‚ã£ã¨ã‚‚人気ã®ã‚ã‚‹AJAX言語ã¯? フレームワークã¯?
Warning: in Mac OSX all browsers crash opening the spreadsheet!
Dojo Spreadsheet Widget
Dojo Spreadsheet Widget
Jelle: Can you be more specific? It works for me on Firefox 1.5.x on Mac OS X 10.4.7. It does lock up the UI thread for a bit when it firsts loads.
I tested it with FF 1.5.0.x and IE 6.0 on Windows XP. Tested a bit sometime ago on FF on Linux and seemed to work back then.
Site does not appear to be up. Anyone have an alternate location?
Ben: Mac OS X v10.4.6, Firefox 1.5.0.3.
I guess the lock up is just a permanent state for my powerbook ;-)
I have had a similar problem when I built the spreadsheet basics of the tool I’m currently developing. I built the spreadsheet using Javascript to manipulate the DOM, which caused severe speed problems when adding large amounts of cells. I then switched to adding cells by using document.write() (unfortinately I had to) which speeded things up.
However, I’ve never had to wait this long…
We’ve mirrored the location for the spreadsheet widget. It should be accessible now:
http://blog.tremend.ro/2006/09/25/spreadsheet-dojo-widget/
Instead of adding cells through dom or d.write(), XSLT in the browser has much better performance, check out XML.com, they have an article about it.
Hm,
IE 6: FATAL: XMLHTTP not available
Fx 1.5: Hanged, had to kill it via the task manager.
This is on Windows 2000.
[...] Functions (22 math functions, 6 string functions)This is an early release, and it will get flushed out in the future. Source: Link to Dojo Spreadsheet Widget More sexy goodness on the widget front from Dojo. September 26th, 2006 [...]
Nice try… Too bad it doesn’t work.
[...] 출처: Ajaxian [...]
Can any body have an idea how we can populate data from JSP to Spredsheet widget and vice-versa.