# Convert Facturae to Excel

Drop the Facturae XML, signed or not. The Spanish structure is read and laid out with the same column names the rest of the tool uses.

Source: https://tally-stick.com/facturae-to-excel

## The signature sits inside the XML

Facturae is Spain's national invoice format: FACe submissions to the public sector, and widely used between companies. Files are normally XAdES-signed, but the signature is an element inside the XML rather than a wrapper around it, so a signed Facturae still parses here. The signature is not verified, and the page says so instead of implying a check that never happened.

## What you get out

- InvoiceHeader with number, series, document and class type
- SellerParty and BuyerParty, including NIF and full address
- InvoiceLine detail with quantity, unit price and tax rate
- TaxesOutputs per rate, with taxable base and amount
- InvoiceTotals: gross, total outstanding and executable amounts

## Questions

### Does it verify the digital signature?

No. It reads the invoice data. Signature validation is a different job with different consequences, and claiming it would be worse than not doing it.

### Which Facturae versions are supported?

The 3.2 family, including 3.2.1 and 3.2.2, which covers what FACe accepts today.

### Are several invoices in one file handled?

A Facturae batch with multiple invoices is read, and each invoice appears with its own header and lines.

## Related

- [FatturaPA to Excel](https://tally-stick.com/fatturapa-to-excel)
- [KSeF invoice to Excel](https://tally-stick.com/ksef-to-excel)
- [Peppol BIS to Excel](https://tally-stick.com/peppol-bis-to-excel)
- [UBL to Excel](https://tally-stick.com/ubl-invoice-to-excel)

## How it works

The invoice is read on your own device. No file is uploaded, no account is required, and the fair usage limit is the only cap. Exports are PDF, Excel, CSV and JSON.
