Assigns a string value to a specific cell within a sheet, used for populating cells with text data.
Overload | Description |
---|---|
SetCellValue(bool) | Assigns a boolean value to a specific cell within a sheet. |
SetCellValue(DateTime) | Sets a cell's content to a DateTime value within an Excel sheet. Allows for the direct assignment of date and time information to a cell. |
SetCellValue(double) | Sets a cell's content to a numeric value of type double within a sheet. Enables the direct input of numbers into a cell, facilitating numerical data handling in applications. |
SetCellValue(string) | Assigns a string value to a specific cell within a sheet, used for populating cells with text data. |