Live data from Hacker News

Luckysheet, an open-source spreadsheet

github.com

1–10 of 123 posts

Re: Luckysheet, an open-source spreadsheet

#2

  Language                     files          blank        comment           code
  -------------------------------------------------------------------------------
  JavaScript                     142          54627          91825         243672
  CSS                              9            790            238           5908
  HTML                             2             10              1             43
  -------------------------------------------------------------------------------
  SUM:                           153          55427          92064         249623
  -------------------------------------------------------------------------------
without the demoData dir. that's nuts

Re: Luckysheet, an open-source spreadsheet

#3

Language files blank comment code ------------------------------------------------------------------------------- JavaScript 142 54627 91825 243672 CSS 9 790 238 5908 HTML 2 10 1 43 ------------------------------------------------------------------------------- SUM: 153 55427 92064 249623 ------------------------------------------------------------------------------- without the demoData dir. that's nuts

Looks like there's a lot of vendored code in src/expendPlugins/chart—maybe that's the source of some of that?

Re: Luckysheet, an open-source spreadsheet

#4

Language files blank comment code ------------------------------------------------------------------------------- JavaScript 142 54627 91825 243672 CSS 9 790 238 5908 HTML 2 10 1 43 ------------------------------------------------------------------------------- SUM: 153 55427 92064 249623 ------------------------------------------------------------------------------- without the demoData dir. that's nuts

It's closer to 90k lines of JS if you exclude data and external libs, those directories: data locale demoData expendPlugins/chart plugins

Re: Luckysheet, an open-source spreadsheet

#5

Language files blank comment code ------------------------------------------------------------------------------- JavaScript 142 54627 91825 243672 CSS 9 790 238 5908 HTML 2 10 1 43 ------------------------------------------------------------------------------- SUM: 153 55427 92064 249623 ------------------------------------------------------------------------------- without the demoData dir. that's nuts

This may not be the most concise possible code base, but there's no way to build something like this with a thin layer of code on top of a browser. I can't imagine any similar level of functionality with a size that's a lower order of magnitude than this.

Re: Luckysheet, an open-source spreadsheet

#6
This is really impressive and all, but we already have a pretty good open source online spreadsheet editor by OnlyOffice and I can't help thinking where we could be if the (I imagine) pretty significant amount of work that went into this was put into improving an existing solution...

Re: Luckysheet, an open-source spreadsheet

#8

This is really impressive and all, but we already have a pretty good open source online spreadsheet editor by OnlyOffice and I can't help thinking where we could be if the (I imagine) pretty significant amount of work that went into this was put into improving an existing solution...

Luckysheet comes with the MIT license.

Re: Luckysheet, an open-source spreadsheet

#9

This is really impressive and all, but we already have a pretty good open source online spreadsheet editor by OnlyOffice and I can't help thinking where we could be if the (I imagine) pretty significant amount of work that went into this was put into improving an existing solution...

Large parts of onlyoffice are AGPL (https://github.com/ONLYOFFICE/sdkjs). Luckysheet is MIT
Post reply on HN