摘要: public static bool ExportToExcelByNPOI(DataGridView dgv, string fileName) { bool b = false; try { IWorkbook workbook = new XSSFWorkbook(); ISheet shee 阅读全文
posted @ 2024-08-30 21:15 techNote 阅读(28) 评论(0) 推荐(0) 编辑
摘要: private void Form1_Load(object sender, EventArgs e) { statusStrip1.Items.Insert(1, new ToolStripSeparator());//1是索引,数控件位置从0开始 statusStrip1.Items.Inser 阅读全文
posted @ 2024-08-30 16:48 techNote 阅读(16) 评论(0) 推荐(0) 编辑