To use your own set of projections, you will need to upload two CSV files: one for hitters and one for pitchers.
In Excel, you will need to choose "Save As" and select "CSV (Comma-delimited)" for the format to save a .csv.
The Price Guide will use the column headings from the first row of the spreadsheet to generate player values.
For hitters, the following columns are required:
playerName
defaultPos (C, 1B, 2B, 3B, SS, OF, or blank)
AB
H
R
RBI
SB
HR
You need at least these columns for pitchers:
playerName
defaultPos (SP, RP, or P)
IP
H
BB
W
S
K (not "SO")
Columns can appear in any order, but the headings are case-sensitive.
If you want to see examples of how your CSV's should look, check out the BattingTemplate.csv and the PitchingTemplate.csv.