#OpenXML
I must be missing something trying to create a row with merged cells in c# using #OpenXML - not finding it intuitive at the moment...
November 18, 2024 at 4:22 PM
Change the data range of a chart using OpenXML I have an Excel file (XLSX) which I've program...

https://stackoverflow.com/questions/79403248/change-the-data-range-of-a-chart-using-openxml

#c# #.net #excel #openxml

Event Attributes
Awakari App
awakari.com
January 31, 2025 at 3:46 PM
This page, supposedly from 2003, talks about SQL Server 2000 adding a function to "shred" XML
> Microsoft SQL Server 2000 also provides the OPENXML function to shred an XML document and provide a rowset representation of the XML data.
web.archive.org/web/20120115...
SQL Server 2000 and XML | SQL Server 2000 XML Support | InformIT
Discover the many different ways SQL Server 2000 supports XML with a comprehensive look at both out-of-the-box support and the SQLXML 3.0 add-on.
web.archive.org
May 18, 2025 at 3:22 PM
Yeah, this was the inspiration. I've known about it for years but last week I went and made a base module for OpenXML

github.com/PowerShellWe...

That got my brain churning a bit more on the subject.

Putting unwelcome content in another package is bad, but making a new one....
GitHub - PowerShellWeb/OpenXML: Automate OpenXML with PowerShell
Automate OpenXML with PowerShell. Contribute to PowerShellWeb/OpenXML development by creating an account on GitHub.
github.com
October 21, 2025 at 3:07 AM
Sounds like you know OpenXML pretty well to me 😉
December 31, 2023 at 6:14 PM
The #CSharp 7.0 case statement pattern match is wonderful when working with #OpenXML - A really time saving feature - Well done @MadsTorgersen :)
November 16, 2024 at 5:11 PM
Transform HTML to DOCX effortlessly! Learn to build a conversion tool using OpenXML & C#. Perfect for automating document workflows. #OpenXML #CSharpDev
dev.to
June 15, 2025 at 6:58 PM
The SpreadCheetah is limited in functionality (also you can't open or append existing files). ClosedXML covers more stuff.

PS. Not announced yet, but for the last 4-5 months I'm working on a new excel lib. I intend to fully implement OpenXML spec. I assume it will take me one more year.
September 22, 2025 at 11:53 PM
The PeopleSoft DBA Blog: nVision Performance Tuning: 11. Excel -v- OpenXML
November 22, 2024 at 1:32 PM
September 17, 2025 at 7:10 PM
Dove into OpenXML SDK v2 this arvo to save some time on a tedious task: Not too tough and saving me tons of time!!!!
November 17, 2024 at 7:18 PM
Bleh. Anyone have any experience *creating* a PowerPivot excel document programmically? With the OpenXML sdk?
December 4, 2024 at 11:51 AM
VBA卒業してPython使うぞ!
openxml→ファイル読み込みおそすぎ!
pandas→表計算楽やけど書式いじられへん!
xlwings→vbaみたいに使えるけどEXCEL参照してるときに重すぎ!
やっぱvba..?を無限ループしてる
April 1, 2025 at 10:34 AM
The PeopleSoft DBA Blog: Running nVision in a Mixed OpenXML/Excel mode
November 22, 2024 at 1:37 PM
Learning the Office implementation of OpenXML made me absolutely miserable 😮‍💨
December 8, 2024 at 8:45 PM
Anyone have any experience being a PowerPivot excel document programmically? With the OpenXML sdk?
December 4, 2024 at 11:51 AM
All modern MS Office documents (docx, xlsx, pptx) are OpenXML. There are lots of tools that modify Office docs by manipulating the underlying XML. learn.microsoft.com/en-us/office...
About the Open XML SDK for Office
Use the Open XML SDK to programmatically create Office Word, Excel, and PowerPoint documents, and manipulate their content.
learn.microsoft.com
November 10, 2024 at 2:29 PM
This is really cool, I've built tools using OpenXML to do this in the past, especially post migration, I had no clue it was right there, built in - search truly is amazing!
November 12, 2024 at 3:34 PM
BlazorWebAssembly + OpenXML, for C# Open XML SDK client use

記事を追加しました:
zenn.dev/gkuroki/arti...
BlazorWebAssemblyでExcelファイルを読み取る - C#
zenn.dev
March 16, 2025 at 9:35 AM
📦 merry-goblin/php-excel 1.0.0

PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine updated for PHP 7.4

🔗 https://github.com/merry-goblin/php-excel
July 18, 2025 at 4:00 PM
パワポ文化が根強すぎて逃げられないのだけど、どうにか効率化したい。
例えば体制図的な、情報はあれど写経が必要なような不毛作業はプログラミングしたくなる。

ただ、テンプレートじゃカバーできない、スマートアートは痒いところだらけ、OpenXMLは闇過ぎと中々辛い。

せめて自作スマートアート的な方法は無いものか。
February 21, 2024 at 7:21 AM
The docs for SQL Server 2000 here talk about shredding

> OPENXML calls can be used to provide rowset view...and process them, for example, inserting them into different tables (this process is also referred to as "Shredding XML into tables")

www.microsoft.com/en-nz/downlo...
Download SQL Server 2000 Retired Technical documentation from Official Microsoft Download Center
The content you requested has already retired. It's available to download on this page.
www.microsoft.com
May 18, 2025 at 3:25 PM
📦 jwwb681232/laravel-phpexcel-php74 1.0.0

PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

🔗 https://github.com/jwwb681232/laravel-phpexcel-php74
April 2, 2025 at 7:50 AM
Exactly what I mean.

en.wikipedia.org/wiki/Open_Pa...

(wrote an OpenXML module the other day, and seeing what else in this area might be useful)
Open Packaging Conventions - Wikipedia
en.wikipedia.org
October 17, 2025 at 8:29 PM
If you ever feel like generating manually an OpenXML Excel document, just.. don't. Now please, leave me. I need time. Alone. In a dark room.
November 17, 2024 at 4:47 PM