You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look into file type generation:
Probable file types: .pdf, .csv, .xls, .docx?
I would look into generators for each of these file types, and start building out a rendering engine that would take in some request for generation through the api, such as
POST /generate-report
params:
-orgName or orgId or some identifier
-type of report to generate, distinguished by file type
The text was updated successfully, but these errors were encountered:
Look into file type generation:
Probable file types: .pdf, .csv, .xls, .docx?
I would look into generators for each of these file types, and start building out a rendering engine that would take in some request for generation through the api, such as
POST /generate-report
params:
-orgName or orgId or some identifier
-type of report to generate, distinguished by file type
The text was updated successfully, but these errors were encountered: