ui.showCSVViewerDialog
Shows a grid viewer dialog containing the specified cells data.
caption string (window title)
cells 2D array (in format [yRow][xCol])
hasHeaderRow boolean (place first row in column headers)
dialogWindowHandle integer
local myDocumentsPath = io.getSpecialFolderPath(CSIDL_MYDOCUMENTS)
ui.showCSVViewerDialog("Test Data", myDocumentsPath .. "test.csv", true)
Generated on the 26 June 2024 at 22:01:30 (UK Time)