VBA 代码如下: Sub ExcelToJSON() Dim sht As Worksheet Set sht = Worksheets("Sheet1") usedRng = sht.UsedRange rowCnt = UBound(usedRng, ...
確定! 回上一頁