Read CSV

Read Table Content
Both Server and Client
Only PC

Read the contents of the entire table and return a two-dimensional array in row order

Declaration

func ReadCSV(sheetName CsvID) List<List<object>>
go

Parameters

Input

Name Type Description
SheetName CsvID Table name

Return

Type Description
ListT_ListT_Object Table of Contents