Tagged Questions

8
votes
4answers
4k views

HTML to Excel: How can tell Excel to treat columns as numbers?

I need to achieve the following when opening an HTML in Excel (Response.contentType="application/vnd.ms-excel") : force Excel to consider content of td cells as numbers make the above so that any ...
0
votes
0answers
46 views

Rails app with rich text editor with formula features

I'm writing a web app (Rails 3) that is supposed to be some sort of learning portal where you have lessons, test's, ext… Now for a lesson body I wan't to give admin an option to use some rich text ...