Merging Cells in Excel using C#

后端 未结 11 1150
耶瑟儿~
耶瑟儿~ 2020-12-24 01:32

I have a database which contains 5 tables. Each table contains 24 rows and each row contains 4 columns.

I want to display these records in Excel sheet. The heading o

11条回答
  •  余生分开走
    2020-12-24 02:11

    take a list of string as like

    List colValListForValidation = new List();
    

    and match string before the task. it will help you bcz all merge cells will have same value

提交回复
热议问题