婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > lua操作excel方法分享

lua操作excel方法分享

熱門標簽:怎么去除地圖標注 漳州智云呼電話機器人 武漢外呼防封系統多少錢 地圖標注大廈 個人怎么在地圖標注需要的店鋪 冀州市地圖標注 百度地圖標注早餐區域 新岸線智能電銷機器人 清朝地圖標注哈爾濱

通過luacom操作excel。網上提供的資料很少,我模仿vba找出了一些基本操作方法。

復制代碼 代碼如下:

require 'luacom'
local excel = luacom.CreateObject('Excel.Application')
excel.Visible = true
local book = excel.Workbooks:Add()
local sheet = book.Worksheets(1)
sheet.Name = 'gty'
local range = sheet:Range('A1:A10')
local cell = sheet.Cells(1,1)
sheet:Range('D3:D6'):Merge()--合并單元格
range.Value2 = 1
range.Font.Size = 20
sheet.Cells(1,2).FormulaR1C1 = '=R3C1+R4C1' --公式
cell.Value2 = 'gty'
cell.Font.Name = 'Arial'
--cell.Font.FontStyle = 'bold'
cell.Font.Bold = true
sheet.Cells(4,5).EntireRow.Interior.Color = 0x334455    --整行操作
sheet.Cells(4,5).EntireColumn.Interior.Color = 0x998877 --整列操作
cell.Font.Size = 20
cell.Font.Color = 0x0000ff
cell.Font.Underline = true
cell.Font.Strikethrough = true  --刪除線
cell.font.OutlineFont = true    --下劃線
range.Interior.Color = 0x778899 --區域上色
range.Borders.LineStyle = 1     --邊框樣式 --每個小的內邊框
sheet:Range('C2:G7').BorderAround(1)--外邊框
--range.Borders.Weight = 4      --邊框寬度
--range.Interior.Pattern = 8    --區域花紋
--cell.Font.Shadow = true
--cell.Font.SuperScript = true
--cell.Font.SubScript = true
print(range.Cells.Count)    --統計單元格數
print(range.Rows.Count)
print(range.Columns.Count)
range.NumberFormat = '$#,##0.00'    --格式化數字
sheet:Range('A2'):Cut()     --剪切
sheet:Range('A3'):Copy()    --復制
sheet:Paste(sheet:Range('B3')) --粘貼
book.Worksheets('sheet3'):Delete()
book:SaveAs(filePath,51)--51xlsx -4143xls
excel:Quit()

以上就是代碼的全部內容了,希望大家能夠喜歡。

您可能感興趣的文章:
  • Lua教程(五):C/C++操作Lua數組和字符串示例
  • Lua中的操作符和表達式總結

標簽:臺灣 濰坊 金昌 宣城 德宏 天門 儋州 天門

巨人網絡通訊聲明:本文標題《lua操作excel方法分享》,本文關鍵詞  lua,操作,excel,方法,分享,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《lua操作excel方法分享》相關的同類信息!
  • 本頁收集關于lua操作excel方法分享的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 金川县| 兴山县| 永济市| 黄梅县| 龙游县| 浦城县| 武城县| 高邮市| 麻阳| 平顺县| 班戈县| 泸定县| 竹溪县| 邹平县| 英吉沙县| 河津市| 桐庐县| 平安县| 龙门县| 黔南| 无极县| 浦北县| 清苑县| 安乡县| 华池县| 永康市| 镇平县| 当雄县| 汉源县| 平乡县| 上思县| 黄浦区| 容城县| 昌都县| 凤庆县| 大悟县| 从化市| 绿春县| 景宁| 中阳县| 二连浩特市|