Our web-based project management and planning tool allows all members of a project to access and collaborate on their work. Before this tool, much of the work was done in spreadsheets, which limited visibility and accessibility.
The upcoming version of our product aims to make project management more social and transparent. However, we want to ensure that we don't duplicate Excel's functionality within our web-based system.
Here are some strategies we're considering:
- Create a table-based structure with JavaScript calculations for user input, allowing results to be saved on the server.
- Utilize the front-end for data collection and export everything to an Excel sheet for numerical analysis, but still maintain transparency within the tool.
- Explore the possibility of a web-based Excel plugin to assist with calculations and data extraction for use in our application.
We are looking for a cost-effective solution that involves minimal development time while providing a robust math engine for number crunching. The ability to export to Excel is vital for further analysis and reporting purposes.
We welcome suggestions involving JavaScript, jQuery, CSS3, or HTML5, excluding Flash or Flex technologies.