Skip to content

Instantly share code, notes, and snippets.

@trsqxyz
Created August 21, 2013 14:41
Show Gist options
  • Save trsqxyz/6295368 to your computer and use it in GitHub Desktop.
Save trsqxyz/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