DLL
To add unformatted data
You can set unformatted data using different functions, depending on the data you have. For more detailed information about each of these functions, see the function topic in the DLL Reference.
-
If you are adding data to a block of cells,
- If you need to load tab-delimited unformatted data, call the SSClipValueIn function to set different data in each cell.
-
If you need to load the same, unformatted data to each cell in the block,
- If you are adding float or integer data, call the SSSetFloatRange or SSSetIntegerRange function.
- If you are adding other data, call the SSSetValueRange function.
-
If you are adding data to a cell, a column, a row, or the entire sheet, and set the same data in each cell if you set multiple cells,
- If you are adding float or integer data, call the SSSetFloat or SSSetInteger function.
- If you are adding other data, call the SSSetValue function.