Skip to content

Instantly share code, notes, and snippets.

@tora16e
Created August 21, 2013 14:41
Show Gist options
  • Select an option

  • Save tora16e/6295368 to your computer and use it in GitHub Desktop.

Select an option

Save tora16e/6295368 to your computer and use it in GitHub Desktop.
DBGrid value export to Excel worksheet (cell).
Worksheet.Cells[i,j].Value := Fields[j].Value;
Next;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment