ClosedXML / ClosedXML.Report

ClosedXML.Report is a tool for report generation with which you can easily export any data from your .NET classes to Excel using a XLSX-template.
https://closedxml.github.io/ClosedXML.Report/
MIT License
514 stars 108 forks source link

How to define a range name when the data source includes an underscore (_)? #336

Open kevin100702 opened 5 months ago

kevin100702 commented 5 months ago

My data source appears to be like this: Data[].sys_test[]. How should I define a range name?