你好,我按照以下代码导出 excel ,打印测试了一下,没有出现虚线网格,代码如下:
- this.fpSpread1_Sheet1.ColumnCount=10;
- this.fpSpread1_Sheet1.RowCount=10;
- this.fpSpread1_Sheet1.Protect = false;
- this.fpSpread1.BorderStyle = BorderStyle.None;
- this.fpSpread1_Sheet1.Cells[0, 0, 9, 9].Text = "Test";
- this.fpSpread1.Sheets[0].PrintInfo.ShowGrid = false;
- this.fpSpread1.SaveExcel(@"E:\ImportAndExport\GridLineTest.xls", FarPoint.Excel.ExcelSaveFlags.NoFlagsSet);
复制代码 请参照以上代码检查你的设置,如果仍不能解决问题。请发个 Demo 或 代码片段过来,以便能精确的定位问题。 |