Create a C# representation of data in a spreadsheet.
Description
Create a C# representation of data in a spreadsheet.
Example Sheet
Introduction.xlsx
Arguments
- data (Object[,])The block of values you want to use in C#.
- decimalPlaces (Double)The number of decimal places each value must have in the string.