How to integrate jExcel into Cuba Platform?

Hi,
I am trying to build a financial application using Cuba Platform and there is a need to show results of financial statements in a spreadsheet-like component. So, we tried to integrate jExcel into our application as a third-party component but we failed -probably due to our lack of experience regarding integration process for the third-party components. In our system, there is a process that calculates all values of a statement and saves these values in json format in a database field of a specific table for financial statements. What we actually need is when the user selects a record from this table, a page with the embedded jExcel component will be displayed and the spreadsheet should be initiated with data in OnInit trigger of the respective controller. Additionally, we’d like to save possible modifications from the spreadsheet into database table (optional).

Have you ever tried to integrate jExcel into Cuba platform? We just need an example of how to do it in the most efficient way with JavaScriptComponent component.

Thank you

Hi!

Have you tried an example in documentation? Also, see another sample of integrating js library - Graph processing and visualization in Cuba?

1 Like