-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of project #91
Comments
Thanks for your interest! We had some funding from the top Bank in the US On Tue, Feb 2, 2016 at 8:54 AM, Andy Baker [email protected] wrote:
Robert Plummer |
Please count me in as one of interest.... |
Nice! |
Same here. We used your old spreadsheet program in our CRM platform, but it broke with the later versions of jQuery and jQueryUI, so if this were to be re-vitalized, it would be used by several thousand companies globally. |
I'm mainly interested in it as a nice fast interface for editing tabular data on the backend - not specifically as a spreadsheet. Is that in scope or is the spreadsheetiness hard to avoid? |
Spreadsheet components are managed in their own set of classes, and can On Tue, Feb 2, 2016 at 1:57 PM, Andy Baker [email protected] wrote:
Robert Plummer |
There has been a big push to move to native Dom rather than jquery, in
|
hi @robertleeplummerjr - this is an awesome project. I want you take a look at Handsontable.com . I just bought a Pro version, but there is a real real need for something like this. I mean Handsontable doesnt even work with npm or webpack or anything and still there are tons of people who are subscribing. This is a real product need you could fill if you rebrand (seriously I spent a week researching spreadsheets... but Handsontable was the one that people talked about the most. your name gets lost in "jquery"). I would myself buy support you guys ! Second, just a theoretical question: we have been thinking about building visualizations using a Js spreadsheet and Crossfilter (Square's high performance js based dataset library for filtering and aggregations https://github.com/crossfilter/crossfilter and https://github.com/esjewett/reductio). The super spectacular dc.js library (https://dc-js.github.io/dc.js/) uses Crossfilter to build out these amazing graphs and visualization without having to write any code. Do you think it makes sense for you guys to look at Crossfilter as the underlying data structure for your spreadsheet ? I mean both what you are doing in terms of performance and Crossfilter is overalapping so much ... that I cant help but think that there might be some way to join forces and build a better overall product. Not sure what your opinion on that is. Seems to me a large goal of all JS spreadsheets is to replicate Excel formulas... but https://github.com/esjewett/reductio is so powerful a concept that it is hard to go back - think functional programming for Excel Formulas !! |
We included it in JavaScript Weekly today - http://javascriptweekly.com/issues/269 (96K readers) - and are mentioning it on @JavaScriptDaily (185K followers) - so if there's any interest, hopefully you'll find out soon! :-) |
+1 |
@robertleeplummerjr @peterc this is also on HN's front page. |
It is. That's how I found out about this thread. Not sure where the chickens and eggs are in this situation (or even where I found out about it to mention earlier) but all seems good! :) |
I've talked with the dev at HandsonTable, it is a fine product. As far as On Fri, Feb 5, 2016 at 2:42 PM, Peter Cooper [email protected]
Robert Plummer |
Incidentally - most of the hacker news comments (and my own question) is how hard is it for you to remove jquery dependence ENTIRELY. I recommend that you rename as well - it is very hard to Google for you. https://plugins.jquery.com/tag/spreadsheet/ On Feb 6, 2016 01:39, "Robert Plummer" [email protected] wrote:
|
What would you like it to be? On Fri, Feb 5, 2016 at 10:47 PM, Sandeep Srinivasa <[email protected]
Robert Plummer |
I think it is the prerogative of the maintainer ;) P.S. I would personally called it WickedGrid (from your description). Domain is also available! |
A quick search for wickedgrid (tried wickedsheet too) shows a few people On Sat, Feb 6, 2016 at 1:08 PM, Sandeep Srinivasa [email protected]
Robert Plummer |
here's also a comment from some people on HN around funding/donating to open source projects. It ties into why Handsontable is doing it that way. patio11:
|
Very cool! As far as a rebranded name goes: what do you guys think of "Aah" apparently doesn't have a meaning like a normal word but is described
And sheet, well because it is a sheet. Also, AahSheet is fun to say, but not too fast ;). here's also a comment from some people on HN around funding/donating to patio11: We don't donate to OSS software which we use, because we're legally not — |
Quirky... +1
|
you are already ranking on top for megatable. maybe you should just call it megasheets. btw, megasheets.com is available. |
Guys, wickedgrid was just too simple in the end for me to pass up. Domain On Fri, Feb 12, 2016 at 7:33 AM, vnwarrior [email protected] wrote:
Robert Plummer |
YAY! 🤘 |
+1 you dont need a separate website host. |
And.... rebranded. I will continue work as I get time. I currently work on sprints, the end of which I have 20% time, which I will dump in mad quantities into WickedGrid. |
three things I would recommend:
|
|
As I was working on the project for a number of years I was originally working with very simply jQuery selectors, and making something simple just sort of work. As it progressed some of the practices remained, even though the context changed from simple to extremely complex spreadsheets. By reworking the project as a whole for classes etc, we finally get a platform worthy of the context. This was a massive change to the internals of the project, but was a much needed change in order to scale. |
similar project (with a premium version) - https://nxsheet.com/pricing |
I'm a developer of nxsheet.com. If you have any question, please send us an email [email protected]. |
I was very excited to see this project, but the current version on github does not seem to work. After pulling down the source and bower dependencies, it runs without any errors but cells are not selectable, right-click is browser context menu etc. If I swap in some of the old jQuery.sheet files from the demo website then it gets back into a partially working state (although z-indexing on the menus needed adjustment, and zeroclipboard seems to keep repositioning itself in an awkward place). This is a great project. Are there any short-term plans to get it back into working order after the re-brand? |
I've actually been working on it indirectly here. I suppose you guys have pulled my leg enough, I will put it as a top priority to get a release candidate out. |
What is your expectation/goal for this project going forward - do you plan to continue or is this project dead - last update > 1 year ago... thanks, |
My time is limited, I don't want to impede the project from growing, let's call for contributors! |
Thumb it, retweet, get the word out, let's work together and get a new version out that blows away the competition! |
I believe there are a small amount of bugs that prevent the ui from being useful at the moment, which can easily be solved, but I'd like to get a version out the door that resolves this perhaps early next year. |
I think the one thing that would blow this project sky high is to offer a simple infrastructure that would allow users to load these scripts on a server and start to use them like google sheets. I believe this would increase your user base 10 fold... |
Like an open source vanilla container for running it? I can dig it. |
I looked at a lot of js data-grids and yours seemed superior in many ways.
Are you likely to resume development or are you aware of any worthy successors? I don't have an immediate requirement but I was puzzled to find no mature project existed to fulfill this need.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30450137-status-of-project?utm_campaign=plugin&utm_content=tracker%2F609152&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F609152&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: