You can also create invoice data in the internal format from a spreadsheet
file with the command transform
. This is probably
only useful for informational purposes because JSON is not an allowed format
for e-invoices.
Example:
e-invoice-eu --format=UBL \
--spreadsheet=contrib/templates/default-invoice.ods \
--mappingcontrib/mappings/default-invoice.yaml
This command only supports three options:
--spreadsheet
: The spreadsheet with the invoice data.--mapping
: The mapping definition for the invoice data.--output
: An optional output file. If not present, the output is written to standard output.The command [maps](/e-invoice-eu/en/docs/details/mapping/) data from a spreadsheet file into the [internal format](/e-invoice-eu/en/docs/details/internal-format/) which is supposed to be independent of the output format. Still, you have to supply the format because the transformation also inserts the default customization id in the field `/ubl:Invoice/cbc:customizationID`. If the customization ID is supplied in the spreadsheet data, you can pass an arbitrary format because an explicitly specified customization ID is never overwritten.