WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

36 lines
2.8 KiB

WareLogging.
* http://www.editgrid.com/
* Damned impressive.
* Extensive collaboration features, including real-time multiuser editing.
* Too bad it doesn't have a few more wiki-like features
* Not open code, as far as I can tell, but it is built on Catalyst (I'm sending this to the next person who tells me Perl isn't suitable for "real" applications) with a Gnumeric backend. This is impressive - Gnumeric generally blazes, and the developers seem to be serious about their stats-related code.
* Wide range of import and export formats, including Excel (a given) and custom XML. Exports to TeX.
* Including a live, editable sheet in an <iframe> on any page is almost seamless. They could work on the user authentication thing a bit, but the API looks usable.
* Seems to do fairly well importing a big, over-complicated Excel workbook, though with a dozen complex sheets you can tell you're using a web app, speed-wise.
* A potential downside: Located in HongKong. Where does this data live, and whose jurisdiction is it under?
** http://www.editgrid.com/article/terms
* How to customize the embedded iframe sheet: http://wiki.editgrid.com/wiki/Integration_Guide#Mini-EditGrid
* "$5 a month" for organization use is misleading. It's actually $5 a user a month, which gets expensive if you actually need a bunch of users.
AtlassianConfluence user macro for importing an editable EditGrid sheet into a given page.
With "macro has a body" unchecked:
<div style="margin-bottom:2px;font-size:10px;background-color:white">
<a style="font-weight:bold;text-decoration: none;color:#4D5782" href="http://www.editgrid.com/user/$param0/$param1"
target="_blank">EditGrid Spreadsheet</a> by <a style="text-decoration: none;color:#4D5782" href="http://www.editgrid.com/user/brennen"
target="_blank">user/$param0</a>.</div> <iframe frameborder="0"
src="http://www.editgrid.com/publish/grid/user/$param0/$param1?show=rh,ch,mb," style="border: 1px solid
#666666;height:320px;width:100%"> </iframe>
Then just do {editgrid:user|spreadsheet_name}
<[Brent]> Why use this instead of Google Spreadsheets?
<[Brennen]> Between the two, I think this has a slight edge in in-app features - Excel it ain't, but since the backend is Gnumeric, you get a ton of functions, you can import and export from more formats (this thing does input/output of custom XML formats, and stuff like TeX output), and the interface just feels more like a full-on spreadsheet app.
http://www.editgrid.com/tnc/pkchan/EditGrid_v._Google
The big, clear wins are, I think the relatively fine-grained access control, the transparent ability to share read or write access to full versions of the sheet embedded in any page, and being able to pay for SSL traffic. And real-time multiuser editing of a sheet is handled really gracefully.