open xml excel read cell value

后端 未结 5 1767
感动是毒
感动是毒 2020-11-27 05:24

I am using the Open XML SDK to open an Excel xlsx file and I try to read the cellvalue on position A1 in each sheet. I use the following code:

using (Spreads         


        
5条回答
  •  星月不相逢
    2020-11-27 06:18

    Another option: Export your data to an html table and utilize stylesheets to specify the read only cells. See this page for more: http://www.c-sharpcorner.com/UploadFile/kaushikborah28/79Nick08302007171404PM/79Nick.aspx

提交回复
热议问题