Workbook archive upgrades
Normalize historical spreadsheets while retaining an editable workbook result for review.
Spreadsheet modernization
Legacy XLS workbooks can contain operational tables, financial models, inventories, schedules, and reference data. XLSX provides a modern intermediate package for libraries that inspect worksheets, typed cells, formulas, styles, and table-shaped content.
Normalize historical spreadsheets while retaining an editable workbook result for review.
Hand XLSX to a downstream step that selects sheets, ranges, headers, and typed values.
Accept XLS uploads from customers when the normal processing library expects XLSX.
Prepare a workbook for structured extraction before summarization, question answering, or anomaly review.
For RAG, do not blindly embed a whole workbook as one text block. Identify the relevant sheet, preserve row and column headers, attach workbook and sheet metadata, and choose whether formulas, displayed values, or both should be available to the downstream system.
curl --request POST 'https://api.corenovacloud.com/v1/conversions' \
--header "Authorization: Bearer ${CORENOVA_API_KEY}" \
--header 'Idempotency-Key: inventory-workbook-2008-0042' \
--form '[email protected]'