डिक्लेरेशन
func ReadCSV(sheetName CsvID) List<List<object>>
go
पैरामीटर्स
इनपुट
| नाम | टाइप | विवरण |
|---|---|---|
| SheetName | CsvID | Table name |
वापस
| टाइप | विवरण |
|---|---|
| ListT_ListT_Object | Table of Contents |
Read the contents of the entire table and return a two-dimensional array in row order
func ReadCSV(sheetName CsvID) List<List<object>>
go
| नाम | टाइप | विवरण |
|---|---|---|
| SheetName | CsvID | Table name |
| टाइप | विवरण |
|---|---|
| ListT_ListT_Object | Table of Contents |