We have an big ERP application and like most ERPs it has huge great tables of data that we need to report and get out. Collating, sorting and manipulating this data is bread and butter for us. We have a variety of reporting tools we can use, but they're clunky and limited.
What I'd like to do is take a bunch of data and display it like a spreadsheet on screen. Specifically I'd like to be able to format cells by colour (to highlight important values), provide a useable filter at the top of the sheet for the user (to sort, filter by values etc.). The things that finance departments always do with Excel.
I've had some success with writing out XML files (in an openXML spreadsheet format), but the coding for this was quite tough (we're limited to the development tools and language provided by the ERP), and users have to jump thru hoops to get these loaded into Excel - "Why can't you just make an excel spreadsheet?" they say.
Anyone know any go-to APIs or open source HTML widgets/libraries I can go research? What I can't do is use any cloud based services to create these (it needs to stay within network - I can however copy libraries / CSS / HTML source if needed), and it can't rely on any software loaded on the client or server to generate it beyond what we already have (which rules out using a local install of Office and APIing that to produce a sheet).
Ideas?!
I can make code to produce HTML but I am not a particularly proficient HTML coder.
What I'd like to do is take a bunch of data and display it like a spreadsheet on screen. Specifically I'd like to be able to format cells by colour (to highlight important values), provide a useable filter at the top of the sheet for the user (to sort, filter by values etc.). The things that finance departments always do with Excel.
I've had some success with writing out XML files (in an openXML spreadsheet format), but the coding for this was quite tough (we're limited to the development tools and language provided by the ERP), and users have to jump thru hoops to get these loaded into Excel - "Why can't you just make an excel spreadsheet?" they say.
Anyone know any go-to APIs or open source HTML widgets/libraries I can go research? What I can't do is use any cloud based services to create these (it needs to stay within network - I can however copy libraries / CSS / HTML source if needed), and it can't rely on any software loaded on the client or server to generate it beyond what we already have (which rules out using a local install of Office and APIing that to produce a sheet).
Ideas?!
I can make code to produce HTML but I am not a particularly proficient HTML coder.