Create printable form

Hello,

I want to generate form (sheet) which should include some business data attributes and then I want to be able to print it. Is it possible to do it ? what I need to do it ?

Hello

Please use custom widget to fetch and display/edit data. You should use ngCsv(https://www.npmjs.com/package/ngcsv) module to download required data. Native application linked with csv file should be able to open and print. 

We had similar requirement and above approach worked.

Regards

KB