Created
August 21, 2013 14:41
-
-
Save trsqxyz/6295368 to your computer and use it in GitHub Desktop.
DBGrid value export to Excel worksheet (cell).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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