| | |
| | | { |
| | | IWorkbook workbook = spreadsheetControl1.Document; |
| | | workbook.LoadDocument(filePath); |
| | | // SetCellText(spreadsheetControl1.ActiveWorksheet, location, item.F_Name, true); |
| | | SetCellText(spreadsheetControl1.ActiveWorksheet, "A1", "ddd", true); |
| | | } |
| | | else |
| | | { |
| | |
| | | } |
| | | else |
| | | { |
| | | Text = fileName; |
| | | //Text = "正在从【" + fileName + "】复制到【" + this.orderType.ToString()+"】"; |
| | | Text = "正在复制到【" + this.orderType.ToString() + "】"; |
| | | } |
| | | } |
| | | |
| | |
| | | workSheet.Cells[coordinates].Value = coordValue; |
| | | workSheet.Cells[coordinates].Style.Font.Bold = isBold; |
| | | } |
| | | |
| | | |
| | | } |
| | | } |