Some time ago I wrote a blog post on Creating OpenXml files with Delphi. It showed how to open and create Word files using Delphi by using only a Zip and an…
Tag: OpenXML
Creating Office OpenXml files with Delphi
This article introduces the modern OpenXML file format (used by Microsoft Office documents like DOCX, XLSX, and PPTX) and demonstrates how to create these files using Delphi—without requiring additional SDKs or external libraries
Criando arquivos OpenXML com Delphi
Introdução O Office 2007 trouxe mudanças significativas para esta suíte de aplicativos: a mais visível foi o Ribbon, uma nova interface de usuário que facilita muito o uso dos aplicativos. Outra mudança,…