濮阳杆衣贸易有限公司

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

lua操作excel方法分享

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

通過luacom操作excel。網(wǎng)上提供的資料很少,我模仿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 --區(qū)域上色
range.Borders.LineStyle = 1     --邊框樣式 --每個小的內(nèi)邊框
sheet:Range('C2:G7').BorderAround(1)--外邊框
--range.Borders.Weight = 4      --邊框?qū)挾?br /> --range.Interior.Pattern = 8    --區(qū)域花紋
--cell.Font.Shadow = true
--cell.Font.SuperScript = true
--cell.Font.SubScript = true
print(range.Cells.Count)    --統(tǒng)計單元格數(shù)
print(range.Rows.Count)
print(range.Columns.Count)
range.NumberFormat = '$#,##0.00'    --格式化數(shù)字
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()

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

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

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

巨人網(wǎng)絡(luò)通訊聲明:本文標題《lua操作excel方法分享》,本文關(guān)鍵詞  lua,操作,excel,方法,分享,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《lua操作excel方法分享》相關(guān)的同類信息!
  • 本頁收集關(guān)于lua操作excel方法分享的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    烟台市| 德令哈市| 扎鲁特旗| 德格县| 冷水江市| 湖口县| 永泰县| 颍上县| 闻喜县| 谢通门县| 重庆市| 德兴市| 措美县| 偏关县| 卢氏县| 禄劝| 南汇区| 南澳县| 当雄县| 徐闻县| 丁青县| 清镇市| 美姑县| 大兴区| 哈巴河县| 阿图什市| 广宗县| 收藏| 灵武市| 南澳县| 漳平市| 文化| 合阳县| 云浮市| 唐海县| 思南县| 鄂伦春自治旗| 宝应县| 临沂市| 江达县| 永宁县|