wsheet.Range["C3", "C9999"].NumberFormat = "dd/mm/yy";
wsheet.Range["C3", "C9999"].NumberFormat = "@"; wsheet.Range["C3", "C9999"].Value= "12-Dec-2013";
for (int i = 0; i < this.dataGridView3.Columns.Count; i++) { wsheet.Cells[3, i + 1] = this.dataGridView3.Columns[i].HeaderText; } for (int i = 0; i < this.dataGridView3.Rows.Count; i++) { DataGridViewRow row = this.dataGridView3.Rows[i]; for (int j = 0; j < row.Cells.Count; j++) { DataGridViewCell cell = row.Cells[j]; try { wsheet.Cells[i + 4, j + 1] = (cell.Value == null) ? "" : cell.Value.ToString(); } catch (Exception ex) { MessageBox.Show(ex.Message); } } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง