MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

MiniExcel support reuse sharingstring

Open shps951023 opened this issue 4 years ago • 1 comments

image

image

shps951023 avatar Jan 24 '22 06:01 shps951023

Support new object mode e.g.:

	var excel = new MiniExcel();
	var rows1 = excel.Query("path1");
	var rows2 = excel.Query("path2");

shps951023 avatar Jan 24 '22 06:01 shps951023