Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Indeed. In fact I liked it so much that I wrote a program very similar that can read/write such files on Windows[1]. I couldn't find how to compile the original on Windows.

The file format is pretty simple. At least for the spreadsheets I create.

As a side note, I love text-based (or extremely simple) file formats. So easy to write tools for them.

[1] http://github.com/howeyc/sc



Yes, what a very nice format:

    # This data file was generated by the Spreadsheet Calculator.
    # You almost certainly shouldn't edit it.
    let A0 = 45
    let A1 = 56
    let A2 = @sum(A0:A1)


pffft, xml is obviously a better choice for a serious spreadsheet engine... \s




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: