sutoiku / formula.js

JavaScript implementation of most Microsoft Excel formula functions
Other
2.14k stars 293 forks source link

Update the website #25

Open jtin opened 10 years ago

jtin commented 10 years ago

I was going to ask about DAVERAGE and friends. I see the code but it doesn't show up in http://www.stoic.com/pages/formula?type=database

Also, the github link on the webpage points to https://github.com/sutoiku/FormulaJS and 404s. I think it probably should say https://github.com/sutoiku/Formula.JS

0x333333 commented 10 years ago

Thanks @jtin ,

I have fixed the FormulaJS repo's URL, it will update in next deploy. Sorry for the lack of all functions listed in our website, I hope we would have time to fix it soon. @jalateras what do you think?

jalateras commented 10 years ago

In the meantime you can access using http://www.stoic.com/pages/formula/function?function=DAVERAGE

danishmalik-maplesoftwares commented 9 years ago

Hi,

Any update on the doc link update. The Formula JS Lib's Documentation is still missing :( !!

jalateras commented 9 years ago

No updates on this as yet. Let me see if i have some time over the next couple of weeks to add some.

0x333333 commented 9 years ago

Hi @jalateras , I could do some help, but I'm not sure where are you going to host the documents, still with stoic pages?

jalateras commented 9 years ago

hey @jesusjzp. I am not sure that i's worth trying to revive it through stoic.pages

0x333333 commented 9 years ago

@jalateras I see, it might be complicated. So do you plan to host the website in github pages? Create another public repo for the website? I can not access the code for the website http://stoic.com/pages/formula.

bcpxqz commented 8 years ago

http://stoic.com/pages/formula also return 404

nicolashefti commented 4 years ago

Hi,

In case someone reads this old thread, there is a new documentation website and also a community based repo: https://github.com/formulajs/formulajs

Enjoy