1

What's the difference between XLS and XSLFO? It's a bit confusing. I want to convert an XLS file to PDF but aspose.pdf documentation doesn't have a XLS-PDF guide (using aspose.pdf). They only have XSLFO to PDF. And I'm wondering if the code in XSLFO to PDF will still be applied in converting XLS to PDF.

kjhughes
  • 106,133
  • 27
  • 181
  • 240
mcarltzu
  • 13
  • 8

1 Answers1

0

XLS is either a typo for XSL or a reference to Microsoft's Excel spreadsheet format.

XSL refers to a family of W3C recommendations related to XML transformation and presentation:

  • XSLT: A language for transforming XML documents.
  • XPath: A language for addressing parts of an XML document.
  • XSL-FO: An XML vocabulary for specifying formatting.
kjhughes
  • 106,133
  • 27
  • 181
  • 240