SDTundraMan
Programmer
Hi,
I'm brand new at Foxpro, working to help a company get their legacy data under control.
I've been trying to get an import from Excel to work properly, using the following command:
IMPORT FROM (SpreadsheetPath) DATABASE Import NAME Loan_Accounts_Spreadsheet TYPE XL8 SHEET Results
The issue is that the spreadsheet file has multiple worksheets, and I want to pull in the data from the 2nd sheet (called "Results") The import command runs, but all I get is the data from the first worksheet in the file. Everything I've tried to get the SHEET keyword to work properly has failed.
Does anyone have any ideas? Thanks!
T
I'm brand new at Foxpro, working to help a company get their legacy data under control.
I've been trying to get an import from Excel to work properly, using the following command:
IMPORT FROM (SpreadsheetPath) DATABASE Import NAME Loan_Accounts_Spreadsheet TYPE XL8 SHEET Results
The issue is that the spreadsheet file has multiple worksheets, and I want to pull in the data from the 2nd sheet (called "Results") The import command runs, but all I get is the data from the first worksheet in the file. Everything I've tried to get the SHEET keyword to work properly has failed.
Does anyone have any ideas? Thanks!
T