Simon Mourier's Avatar
Simon Mourier's blog (1346 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • .net

How to read .docx file using F#

Dec 31, 2011 See the question and my original answer on StackOverflow

.docx files follow Open Packaging Convention specifications. At the lowest level, they are .ZIP files. To read it programmatically, see example here:

A New Standard For Packaging Your Data

Packages and Parts

Using F#, it's the same story, you'll have to use classes in the System.IO.Packaging Namespace.

  • SmoBlog © 2010-2025 Simon Mourier. All rights reserved.
  • Privacy & Terms