Chrome and Google Spreadsheets

I use Google Spreadsheets for a few things (and other doc types for a few others), but I usually do hard-core editing in Excel.  Export from the web, edit in Excel (or more likely Calc), reimport into Docs.  Hardly elegant, but when I'm going to be cranking a workbook for two or three hours it's worth it compared to editing online.

I was getting set up to do just that this evening, and it occurred to me that the online experience probably doens't suck nearly as much in Chrome.  So I went and grabbed it, set it up with the latest dev build (instructions), and fired 'er up.

Much to my delight, it's actually quite good.  They also added a multi-line editor for cell values that you can resize as needed, which makes editing huge formulas way easier.  No more copying out of the Excel bar into TextPad to edit a formula and then copy it back in.  Still a few issues with keyboard navigation, but they seem to be bound to the fact that "type in the cell" and "edit the cell" are expressed in very similar ways, so you can't tell which mode you're in without thinking pretty hard.  I'm trying to figure out what's different with Excel (where I don't recall having this problem), but I can't put my finger on it.

Spreadsheet's filter function is also pretty slick.  Excel has roughly equivalent functionality in it's DB functions, but filter is way slick.  You don't have to define a database range, it just figures it out, and you don't need explicit criteria cell pairs, you express the filter clauses directly in the formula.  It took me a few minutes of struggling to figure out what the syntax really meant by the examples in the docs and how it applied to my problems, but it quickly became obvious once I willed the nasty Excel way out of my brain.

In any case, I think I'm done with the roundtripping via Excel.  With a kick-ass JS engine behind it, the online version is close enough to a real spreadsheet app.  Recomputing complex formulas is still slower than I could like, but that's about my only remaining complaint.  And no, I didn't do any actual comparative profiling, but again, I don't recall seeing significant lag with Excel when I've done complicated stuff on there.

9 responses to “Chrome and Google Spreadsheets”

  1. Dodo

    I'll have to pick you brain about this. The editing in Google Excel is S.L.O.W. I don't want to spend the time so I've been doing the roundtripping as well.

    See you soon!

  2. e-nrique

    how do you filter in google spreadsheet?

  3. Tina Traversa

    I have a spreadsheet of projects assigned to people on my team. Column A is the persons name. There are hundreds of rows in the spreadsheet. How do I setup a filter on column A to just show me the projects for "Tina" ?

  4. Tina Traversa

    That all makes sense Barney… But where am I actually placing the formula? In A1 or do I select the column? Sorry if these sound like stupid questions, but I've been on Google for 2 days.

    tina

  5. Tina Traversa

    Excellent ! Thanks Barney ! One more thing, If I wanted to have a tab with everyone's projects listed, and then individual tabs, like Tina, Barney, and Chris – how would I do that? Can I reference a different sheet in my filter?