lucky_sheet.go 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658
  1. package excel
  2. import (
  3. "encoding/json"
  4. "errors"
  5. "eta/eta_api/models/data_manage/request"
  6. "eta/eta_api/utils"
  7. "fmt"
  8. "github.com/tealeg/xlsx"
  9. "github.com/xuri/excelize/v2"
  10. "os"
  11. "reflect"
  12. "strconv"
  13. "strings"
  14. "time"
  15. )
  16. type LuckySheetDataBak struct {
  17. CalcChain []interface{} `json:"calcChain" description:"公式链"`
  18. CellData []LuckySheetCellData `json:"celldata" description:"单元格数据"`
  19. ChWidth int64 `json:"ch_width" description:"工作表区域的宽度"`
  20. Config struct {
  21. BorderInfo []struct {
  22. BorderType string `json:"borderType" description:""`
  23. Color string `json:"color" description:""`
  24. Range []struct {
  25. Column []int64 `json:"column" description:""`
  26. Row []int64 `json:"row" description:""`
  27. } `json:"range" description:""`
  28. RangeType string `json:"rangeType" description:""`
  29. Style string `json:"style" description:""`
  30. Value struct {
  31. B struct {
  32. Color string `json:"color" description:""`
  33. Style string `json:"style" description:""`
  34. } `json:"b" description:""`
  35. ColIndex int64 `json:"col_index" description:""`
  36. L struct {
  37. Color string `json:"color" description:""`
  38. Style string `json:"style" description:""`
  39. } `json:"l" description:""`
  40. R struct {
  41. Color string `json:"color" description:""`
  42. Style string `json:"style" description:""`
  43. } `json:"r" description:""`
  44. RowIndex int64 `json:"row_index" description:""`
  45. T struct {
  46. Color string `json:"color" description:""`
  47. Style string `json:"style" description:""`
  48. } `json:"t" description:""`
  49. } `json:"value" description:"" description:""`
  50. } `json:"borderInfo" description:""`
  51. Colhidden struct{} `json:"colhidden" description:""`
  52. Columnlen map[string]float64 `json:"columnlen" description:""`
  53. CustomHeight struct {
  54. Zero int64 `json:"0"`
  55. } `json:"customHeight" description:""`
  56. CustomWidth struct {
  57. Two int64 `json:"2" description:""`
  58. } `json:"customWidth" description:""`
  59. Merge struct{} `json:"merge" description:""`
  60. Rowlen map[string]float64 `json:"rowlen" description:""`
  61. } `json:"config" description:""`
  62. Data [][]struct {
  63. Ct struct {
  64. Fa string `json:"fa"`
  65. T string `json:"t"`
  66. } `json:"ct"`
  67. M string `json:"m"`
  68. V interface{} `json:"v"`
  69. } `json:"data" description:""`
  70. DataVerification struct{} `json:"dataVerification" description:""`
  71. Filter interface{} `json:"filter" description:""`
  72. FilterSelect interface{} `json:"filter_select" description:""`
  73. Hyperlink struct{} `json:"hyperlink" description:""`
  74. Images struct{} `json:"images" description:""`
  75. Index string `json:"index" description:""`
  76. JfgirdSelectSave []interface{} `json:"jfgird_select_save" description:""`
  77. LuckysheetAlternateformatSave []interface{} `json:"luckysheet_alternateformat_save" description:""`
  78. LuckysheetConditionformatSave []interface{} `json:"luckysheet_conditionformat_save" description:""`
  79. LuckysheetSelectSave []struct {
  80. Column []int64 `json:"column" description:""`
  81. ColumnFocus int64 `json:"column_focus" description:""`
  82. Height int64 `json:"height" description:""`
  83. HeightMove int64 `json:"height_move" description:""`
  84. Left int64 `json:"left" description:""`
  85. LeftMove int64 `json:"left_move" description:""`
  86. Row []int64 `json:"row" description:""`
  87. RowFocus int64 `json:"row_focus" description:""`
  88. Top int64 `json:"top" description:""`
  89. TopMove int64 `json:"top_move" description:""`
  90. Width int64 `json:"width" description:""`
  91. WidthMove int64 `json:"width_move" description:""`
  92. } `json:"luckysheet_select_save" description:"" description:""`
  93. LuckysheetSelectionRange []struct {
  94. Column []int64 `json:"column" description:""`
  95. Row []int64 `json:"row" description:""`
  96. } `json:"luckysheet_selection_range" description:""`
  97. RhHeight float64 `json:"rh_height" description:""`
  98. ScrollLeft float64 `json:"scrollLeft" description:""`
  99. ScrollTop float64 `json:"scrollTop" description:""`
  100. Status int64 `json:"status" description:""`
  101. Visibledatacolumn []int64 `json:"visibledatacolumn" description:""`
  102. Visibledatarow []int64 `json:"visibledatarow" description:""`
  103. ZoomRatio float64 `json:"zoomRatio" description:"sheet缩放比例"`
  104. }
  105. // LuckySheetData sheet表格数据
  106. type LuckySheetData struct {
  107. Name string `json:"name" description:"工作表名称"`
  108. Index int `json:"index" description:"工作表索引"`
  109. Row int `json:"row" description:"行数"`
  110. Column int `json:"column" description:"列数"`
  111. CellData []LuckySheetCellData `json:"celldata" description:"单元格数据"`
  112. ChWidth int64 `json:"ch_width" description:"工作表区域的宽度"`
  113. Config LuckySheetDataConfig `json:"config" description:""`
  114. //Index int `json:"index" description:"工作表索引"`
  115. RhHeight float64 `json:"rh_height" description:"工作表区域的高度"`
  116. ScrollLeft float64 `json:"scrollLeft" description:"左右滚动条位置"`
  117. ScrollTop float64 `json:"scrollTop" description:"上下滚动条位置"`
  118. //CalcChain float64 `json:"calcChain" description:"公式链"`
  119. Status int64 `json:"status" description:"激活状态"`
  120. VisibleDataColumn []int64 `json:"visibledatacolumn" description:"所有列的位置信息,递增的列位置数据,初始化无需设置"`
  121. VisibleDataRow []int64 `json:"visibledatarow" description:"所有行的位置信息,递增的行位置数据,初始化无需设置"`
  122. ZoomRatio float64 `json:"zoomRatio" description:"sheet缩放比例"`
  123. }
  124. // LuckySheetDataConfig sheet表单的配置
  125. type LuckySheetDataConfig struct {
  126. BorderInfo []LuckySheetDataConfigBorderInfo `json:"borderInfo" description:"边框"`
  127. Colhidden map[string]int64 `json:"colhidden" description:"隐藏列,示例值:\"colhidden\":{\"30\":0,\"31\":0}"`
  128. Columnlen map[string]float64 `json:"columnlen" description:"每个单元格的列宽"`
  129. //CustomHeight struct {
  130. // Zero int64 `json:"0"`
  131. //} `json:"customHeight" description:""`
  132. //CustomWidth struct {
  133. // Two int64 `json:"2" description:""`
  134. //} `json:"customWidth" description:""`
  135. Merge map[string]LuckySheetDataConfigMerge `json:"merge" description:"合并单元格"`
  136. Rowlen map[string]float64 `json:"rowlen" description:"每个单元格的行高"`
  137. }
  138. // LuckySheetDataConfigMerge 合并单元格设置
  139. type LuckySheetDataConfigMerge struct {
  140. Row int `json:"r" description:"行数"`
  141. Column int `json:"c" description:"列数"`
  142. Rs int `json:"rs" description:"合并的行数"`
  143. Cs int `json:"cs" description:"合并的列数"`
  144. }
  145. // LuckySheetDataConfigBorderInfo 单元格边框信息
  146. type LuckySheetDataConfigBorderInfo struct {
  147. BorderType string `json:"borderType" description:"边框类型 border-left | border-right | border-top | border-bottom | border-all | border-outside | border-inside | border-horizontal | border-vertical | border-none"`
  148. Color string `json:"color" description:"边框颜色 color: 16进制颜色值"`
  149. Range []struct {
  150. Column []int64 `json:"column" description:"行"`
  151. Row []int64 `json:"row" description:"列"`
  152. } `json:"range" description:"选区范围 range: 行列信息数组"`
  153. RangeType string `json:"rangeType" description:"选区 rangeType: range | cell "`
  154. Style string `json:"style" description:"边框粗细 style: 1 Thin | 2 Hair | 3 Dotted | 4 Dashed | 5 DashDot | 6 DashDotDot | 7 Double | 8 Medium | 9 MediumDashed | 10 MediumDashDot | 11 MediumDashDotDot | 12 SlantedDashDot | 13 Thick ,和aspose.cells的getLineStyle()的值对应的话,需要自己做个转换,参考 aspose.cells"`
  155. Value LuckySheetDataConfigBorderInfoCellValue `json:"value" description:"" description:"范围类型分单个单元格的数据"`
  156. }
  157. // LuckySheetDataConfigBorderInfoCellValue 单元格边框信息(范围类型为:单个单元格)
  158. type LuckySheetDataConfigBorderInfoCellValue struct {
  159. B LuckySheetDataConfigBorderInfoCell `json:"b" description:"下边框"`
  160. L LuckySheetDataConfigBorderInfoCell `json:"l" description:"左边框"`
  161. R LuckySheetDataConfigBorderInfoCell `json:"r" description:"右边框"`
  162. T LuckySheetDataConfigBorderInfoCell `json:"t" description:"上边框"`
  163. ColIndex int64 `json:"col_index" description:"第几行"`
  164. RowIndex int64 `json:"row_index" description:"第几列"`
  165. }
  166. // LuckySheetDataConfigBorderInfoCell 单元格边框信息(cell类型)
  167. type LuckySheetDataConfigBorderInfoCell struct {
  168. Color string `json:"color" description:"边框颜色 color: 16进制颜色值"`
  169. Style int `description:"边框粗细 style: 1 Thin | 2 Hair | 3 Dotted | 4 Dashed | 5 DashDot | 6 DashDotDot | 7 Double | 8 Medium | 9 MediumDashed | 10 MediumDashDot | 11 MediumDashDotDot | 12 SlantedDashDot | 13 Thick ,和aspose.cells的getLineStyle()的值对应的话,需要自己做个转换,参考 aspose.cells"`
  170. Sl interface{} `json:"style" description:"边框粗细 style: 1 Thin | 2 Hair | 3 Dotted | 4 Dashed | 5 DashDot | 6 DashDotDot | 7 Double | 8 Medium | 9 MediumDashed | 10 MediumDashDot | 11 MediumDashDotDot | 12 SlantedDashDot | 13 Thick ,和aspose.cells的getLineStyle()的值对应的话,需要自己做个转换,参考 aspose.cells"`
  171. }
  172. // LuckySheetCellData 单个单元格数据
  173. type LuckySheetCellData struct {
  174. Col int64 `json:"c" description:"列"`
  175. Row int64 `json:"r" description:"行"`
  176. Value LuckySheetDataValue `json:"v" description:"单元格内值的数据"`
  177. }
  178. // LuckySheetDataValue 单元格内值的数据
  179. type LuckySheetDataValue struct {
  180. CellType LuckySheetDataCellType `json:"ct" description:"单元格值格式:文本、时间等 "`
  181. Value interface{} `json:"v" description:"原始值"`
  182. Monitor string `json:"m" description:"显示值"`
  183. Background string `json:"bg" description:"背景色,实例值:#fff000"`
  184. FontFamily int `description:"字体,0 Times New Roman、 1 Arial、2 Tahoma 、3 Verdana、4 微软雅黑、5 宋体(Song)、6 黑体(ST Heiti)、7 楷体(ST Kaiti)、 8 仿宋(ST FangSong)、9 新宋体(ST Song)、10 华文新魏、11 华文行楷、12 华文隶书 "`
  185. FF interface{} `json:"ff" description:"字体,0 Times New Roman、 1 Arial、2 Tahoma 、3 Verdana、4 微软雅黑、5 宋体(Song)、6 黑体(ST Heiti)、7 楷体(ST Kaiti)、 8 仿宋(ST FangSong)、9 新宋体(ST Song)、10 华文新魏、11 华文行楷、12 华文隶书 "`
  186. FontColor string `json:"fc" description:"字体颜色,示例值:#fff000" `
  187. Bold int `json:"bl" description:"粗体,0 常规 、 1加粗 "`
  188. Italic int `json:"it" description:"斜体,0 常规 、 1 斜体"`
  189. Fontsize int `description:"字体大小,14"`
  190. CancelLine int ` description:"删除线, 0 常规 、 1 删除线"`
  191. HorizontalType int `description:"水平对齐, 0 居中、1 左、2右"`
  192. VerticalType int ` description:"垂直对齐, 0 中间、1 上、2下"`
  193. Fs interface{} `json:"fs" description:"字体大小,14"`
  194. Cl interface{} `json:"cl" description:"删除线, 0 常规 、 1 删除线"`
  195. Ht interface{} `json:"ht" description:"水平对齐, 0 居中、1 左、2右"`
  196. Vt interface{} `json:"vt" description:"垂直对齐, 0 中间、1 上、2下"`
  197. //TextRotate string `json:"tr" description:"竖排文字, 3"`
  198. //RotateText string `json:"rt" description:"文字旋转角度, 介于0~180之间的整数,包含0和180"`
  199. TextBeak int `description:"文本换行, 0 截断、1溢出、2 自动换行"`
  200. Tb interface{} `json:"tb" description:"文本换行, 0 截断、1溢出、2 自动换行"`
  201. Ps LuckySheetDataCellComment `json:"ps" description:"批注"`
  202. Function string `json:"f" description:"公式"`
  203. MergeCell LuckySheetDataConfigMerge `json:"mc" description:"合并单元格信息"`
  204. }
  205. // LuckySheetDataCellType 单元格值格式:文本、时间等
  206. type LuckySheetDataCellType struct {
  207. Fa string `json:"fa" description:"格式名称,例如:“General”为自动格式"`
  208. T string `json:"t" description:"格式类型,例如:“n”为数字类型"`
  209. S []struct {
  210. FontFamily int `description:"字体,0 Times New Roman、 1 Arial、2 Tahoma 、3 Verdana、4 微软雅黑、5 宋体(Song)、6 黑体(ST Heiti)、7 楷体(ST Kaiti)、 8 仿宋(ST FangSong)、9 新宋体(ST Song)、10 华文新魏、11 华文行楷、12 华文隶书 "`
  211. FF interface{} `json:"ff" description:"字体,0 Times New Roman、 1 Arial、2 Tahoma 、3 Verdana、4 微软雅黑、5 宋体(Song)、6 黑体(ST Heiti)、7 楷体(ST Kaiti)、 8 仿宋(ST FangSong)、9 新宋体(ST Song)、10 华文新魏、11 华文行楷、12 华文隶书 "`
  212. FontColor string `json:"fc" description:"字体颜色,示例值:#fff000" `
  213. Fontsize int `description:"字体大小,14"`
  214. CancelLine int ` description:"删除线, 0 常规 、 1 删除线"`
  215. HorizontalType int `description:"水平对齐, 0 居中、1 左、2右"`
  216. VerticalType int `description:"垂直对齐, 0 中间、1 上、2下"`
  217. Fs interface{} `json:"fs" description:"字体大小,14"`
  218. Cl interface{} `json:"cl" description:"删除线, 0 常规 、 1 删除线"`
  219. Ht interface{} `json:"ht" description:"水平对齐, 0 居中、1 左、2右"`
  220. Vt interface{} `json:"vt" description:"垂直对齐, 0 中间、1 上、2下"`
  221. Un int `json:"un" description:""`
  222. Bold int `json:"bl" description:"粗体,0 常规 、 1加粗 "`
  223. Italic int `json:"it" description:"斜体,0 常规 、 1 斜体"`
  224. Value interface{} `json:"v" description:"原始值"`
  225. } `json:"s"`
  226. }
  227. // LuckySheetDataCellComment 批注
  228. type LuckySheetDataCellComment struct {
  229. Left int `json:"left" description:"批注框距离左边工作表边缘位置"`
  230. Top int `json:"top" description:"批注框距离上边工作表边缘位置"`
  231. Width int `json:"width" description:"批注框宽度"`
  232. Height int `json:"height" description:"批注框高度"`
  233. Value string `json:"value" description:"批注内容"`
  234. IsShow bool `json:"isshow" description:"是否显示批注"`
  235. }
  236. // GetLuckySheetData 获取LuckySheetData的结构体
  237. func GetLuckySheetData(jsonStr string) (item *LuckySheetData, err error) {
  238. err = json.Unmarshal([]byte(jsonStr), &item)
  239. for k, v := range item.CellData {
  240. value := v.Value
  241. value.Fontsize = getIntValueByInterface(value.Fs)
  242. value.CancelLine = getIntValueByInterface(value.Cl)
  243. value.HorizontalType = getIntValueByInterface(value.Ht)
  244. value.VerticalType = getIntValueByInterface(value.Vt)
  245. value.FontFamily = getIntValueByInterface(value.FF)
  246. value.TextBeak = getIntValueByInterface(value.Tb)
  247. if len(value.CellType.S) > 0 {
  248. for kk, vv := range value.CellType.S {
  249. vv.Fontsize = getIntValueByInterface(vv.Fs)
  250. vv.CancelLine = getIntValueByInterface(vv.Cl)
  251. vv.HorizontalType = getIntValueByInterface(vv.Ht)
  252. vv.VerticalType = getIntValueByInterface(vv.Vt)
  253. vv.FontFamily = getIntValueByInterface(vv.FF)
  254. value.CellType.S[kk] = vv
  255. }
  256. }
  257. item.CellData[k].Value = value
  258. }
  259. if len(item.Config.BorderInfo) > 0 {
  260. for k, v := range item.Config.BorderInfo {
  261. v.Value.T.Style = getIntValueByInterface(v.Value.T.Style)
  262. v.Value.B.Style = getIntValueByInterface(v.Value.B.Style)
  263. v.Value.L.Style = getIntValueByInterface(v.Value.L.Style)
  264. v.Value.R.Style = getIntValueByInterface(v.Value.R.Style)
  265. item.Config.BorderInfo[k] = v
  266. }
  267. }
  268. return
  269. }
  270. func getIntValueByInterface(valInterface interface{}) (val int) {
  271. if valInterface == nil {
  272. return
  273. }
  274. switch reflect.TypeOf(valInterface).Kind() {
  275. case reflect.String:
  276. tmpValue := reflect.ValueOf(valInterface).String()
  277. tmpValInt, err := strconv.Atoi(tmpValue)
  278. if err != nil {
  279. val = 0
  280. } else {
  281. val = tmpValInt
  282. }
  283. case reflect.Int, reflect.Int32, reflect.Int64:
  284. tmpValue := reflect.ValueOf(valInterface).Int()
  285. val = int(tmpValue)
  286. }
  287. return
  288. }
  289. // TableData 表格数据
  290. type TableData struct {
  291. TableDataList [][]LuckySheetDataValue
  292. RowWidthList []float64
  293. RowHeightList []float64
  294. RemoveTopRow int `description:"移除表格上方的行数"`
  295. RemoveBottomRow int `description:"移除表格下方的行数"`
  296. RemoveLeftColumn int `description:"移除表格左侧的列数"`
  297. RemoveRightColumn int `description:"移除表格右侧的列数"`
  298. MergeList []TableDataMerge `description:"合并数据列"`
  299. }
  300. // TableDataMerge 表格数据合并单元格配置
  301. type TableDataMerge struct {
  302. StartRowIndex int `json:"start_row_index" description:"开始的行下标"`
  303. StartColumnIndex int `json:"start_column" description:"开始的列下标"`
  304. MergeRowNum int `json:"merge_row_num" description:"合并的行数"`
  305. MergeColumnNum int `json:"merge_column_num" description:"合并的列数"`
  306. }
  307. // ToExcel 通过 TableData生成excel表格
  308. func (tableData TableData) ToExcel() (downloadFilePath string, err error) {
  309. //dir, err := os.Executable()
  310. //exPath := filepath.Dir(dir)
  311. //downloadFilePath := exPath + "/" + time.Now().Format(utils.FormatDateTimeUnSpace) + ".xlsx"
  312. downloadFilePath, err = getDownloadPath()
  313. if err != nil {
  314. return
  315. }
  316. xlsxFile := xlsx.NewFile()
  317. if err != nil {
  318. return
  319. }
  320. style := xlsx.NewStyle()
  321. alignment := xlsx.Alignment{
  322. Horizontal: "center",
  323. Vertical: "center",
  324. WrapText: true,
  325. }
  326. style.Alignment = alignment
  327. style.ApplyAlignment = true
  328. sheet, err := xlsxFile.AddSheet("sheet1")
  329. if err != nil {
  330. return
  331. }
  332. for k, v := range tableData.RowWidthList {
  333. err = sheet.SetColWidth(k, k, v/10)
  334. if err != nil {
  335. return
  336. }
  337. }
  338. // 单元格高度配置列表
  339. lenRowHeight := len(tableData.RowHeightList)
  340. for index, v := range tableData.TableDataList {
  341. tmpRow := sheet.AddRow()
  342. //设置单元格高度
  343. if index < lenRowHeight && tableData.RowHeightList[index] > 0 {
  344. tmpRow.SetHeight(tableData.RowHeightList[index] / 2)
  345. }
  346. for _, cellInfo := range v {
  347. tmpStyle := new(xlsx.Style)
  348. //xlsx.Style{
  349. // Fill: xlsx.Fill{},
  350. // ApplyBorder: false,
  351. // ApplyFill: false,
  352. // ApplyFont: false,
  353. // NamedStyleIndex: nil,
  354. //}
  355. //fill := *NewFill("solid", "FF000000", "00FF0000")
  356. defaultFill := xlsx.DefaultFill()
  357. if cellInfo.Background != `` {
  358. defaultFill.PatternType = "solid"
  359. backgroundColor := cellInfo.Background
  360. // 这么做是为了避免传入的是RGB的格式(rgb(255, 255, 255))
  361. backgroundColor = getColor(backgroundColor)
  362. defaultFill.BgColor = strings.TrimPrefix(backgroundColor, "#")
  363. defaultFill.FgColor = strings.TrimPrefix(backgroundColor, "#")
  364. }
  365. tmpStyle.Fill = *defaultFill
  366. // 获取表格字体配置
  367. tmpStyle.Font = getExcelFontConf(cellInfo)
  368. //获取表格单元格排列配置
  369. tmpStyle.ApplyAlignment = true
  370. tmpStyle.Alignment = getExcelAlignmentConf(cellInfo)
  371. //边框配置
  372. tmpStyle.Border = xlsx.Border{
  373. Left: "thin",
  374. LeftColor: "000000",
  375. Right: "thin",
  376. RightColor: "000000",
  377. Top: "thin",
  378. TopColor: "000000",
  379. Bottom: "thin",
  380. BottomColor: "000000",
  381. }
  382. //tmpStyle.ApplyAlignment = true
  383. //tmpStyle.Alignment.WrapText = true
  384. tmpRow := tmpRow.AddCell()
  385. tmpRow.SetStyle(tmpStyle)
  386. valueStr := cellInfo.Monitor
  387. if valueStr == `` {
  388. //valueStr = fmt.Sprint(cellInfo.Value)
  389. if valueStr == `` && cellInfo.CellType.S != nil {
  390. //不是设置在单元格上面,而是设置在文本上
  391. for _, cellS := range cellInfo.CellType.S {
  392. valueStr += fmt.Sprint(cellS.Value)
  393. }
  394. }
  395. }
  396. tmpRow.SetString(valueStr)
  397. //if cellInfo.Function != `` {
  398. // tmpRow.SetFormula(cellInfo.Function)
  399. //}
  400. }
  401. }
  402. for _, v := range tableData.MergeList {
  403. for k, cell := range sheet.Row(v.StartRowIndex).Cells {
  404. if v.StartColumnIndex == k {
  405. cell.Merge(v.MergeColumnNum, v.MergeRowNum)
  406. }
  407. }
  408. }
  409. //return
  410. err = xlsxFile.Save(downloadFilePath)
  411. if err != nil {
  412. return
  413. }
  414. //randStr := time.Now().Format(utils.FormatDateTimeUnSpace)
  415. //downloadFileName := "即将到期客户数据_" + randStr + ".xlsx"
  416. //this.Ctx.Output.Download(downLoadnFilePath, downloadFileName)
  417. return
  418. }
  419. // GetTableDataByLuckySheetDataStr 通过LuckySheet的string数据获取表格数据
  420. func (item *LuckySheetData) GetTableDataByLuckySheetDataStr() (selfTableData TableData, err error) {
  421. luckySheetCellDataList := item.CellData
  422. // 表格数据
  423. tableDataMap := make(map[int64]map[int64]LuckySheetDataValue)
  424. // 最大行,最大列
  425. var maxRow, maxCol int64
  426. for _, v := range luckySheetCellDataList {
  427. //fmt.Println("row:", v.Row, "=====col:", v.Col)
  428. if v.Row > maxRow { //最大行
  429. maxRow = v.Row
  430. }
  431. if v.Col > maxCol { //最大列
  432. maxCol = v.Col
  433. }
  434. var tmpRow map[int64]LuckySheetDataValue
  435. tmpRow, ok := tableDataMap[v.Row]
  436. if ok {
  437. tmpRow[v.Col] = v.Value
  438. } else {
  439. tmpRow = make(map[int64]LuckySheetDataValue)
  440. tmpRow[v.Col] = v.Value
  441. }
  442. tableDataMap[v.Row] = tmpRow
  443. }
  444. tableDataList := make([][]LuckySheetDataValue, 0)
  445. var i int64
  446. // 单元格宽度
  447. configColumnConf := item.Config.Columnlen
  448. rowWidthMap := make(map[int]float64)
  449. rowWidthList := make([]float64, 0) //
  450. // 单元格高度
  451. configRowConf := item.Config.Rowlen
  452. rowHeightList := make([]float64, 0) //
  453. for i = 0; i <= maxRow; i++ {
  454. //列
  455. tmpTableColDataList := make([]LuckySheetDataValue, 0)
  456. // 每个单元格的高度
  457. tmpHeight, ok := configRowConf[fmt.Sprint(i)]
  458. if !ok {
  459. tmpHeight = 0
  460. }
  461. rowHeightList = append(rowHeightList, tmpHeight)
  462. tmpRowData, ok := tableDataMap[i]
  463. // 如果没有该行数据,那么就默认添加空行数据处理
  464. if !ok {
  465. tmpRowData = make(map[int64]LuckySheetDataValue)
  466. }
  467. var j int64
  468. for j = 0; j <= maxCol; j++ {
  469. tmpTableColData, ok := tmpRowData[j]
  470. if !ok {
  471. tmpTableColData = LuckySheetDataValue{}
  472. }
  473. //单元格显示的数据处理
  474. tmpTableColData.Monitor = handleCellVal(tmpTableColData)
  475. tmpTableColDataList = append(tmpTableColDataList, tmpTableColData)
  476. // 每个单元格的宽度
  477. tmpWidth, ok := configColumnConf[fmt.Sprint(j)]
  478. if !ok {
  479. tmpWidth = 0
  480. }
  481. rowIndex := len(tmpTableColDataList) - 1
  482. if _, ok2 := rowWidthMap[rowIndex]; !ok2 {
  483. rowWidthList = append(rowWidthList, tmpWidth)
  484. }
  485. rowWidthMap[rowIndex] = tmpWidth
  486. }
  487. tableDataList = append(tableDataList, tmpTableColDataList)
  488. }
  489. // 数据处理,移除上下左右空行空列
  490. tableDataList, tableRemoveNum, rowHeightList, rowWidthList, tableDataMergeList := handleTableDataList(tableDataList, item.Config.Merge, rowHeightList, rowWidthList)
  491. // 表格数据
  492. {
  493. // 移除空白单元格信息
  494. selfTableData.RemoveTopRow = tableRemoveNum.RemoveTopRow
  495. selfTableData.RemoveBottomRow = tableRemoveNum.RemoveBottomRow
  496. selfTableData.RemoveLeftColumn = tableRemoveNum.RemoveLeftColumn
  497. selfTableData.RemoveRightColumn = tableRemoveNum.RemoveRightColumn
  498. }
  499. selfTableData.TableDataList = tableDataList
  500. selfTableData.RowWidthList = rowWidthList
  501. selfTableData.RowHeightList = rowHeightList
  502. selfTableData.MergeList = tableDataMergeList
  503. return
  504. }
  505. // TableRemoveNum 上下左右移除的空行空列数量
  506. type TableRemoveNum struct {
  507. RemoveTopRow int `description:"移除表格上方的行数"`
  508. RemoveBottomRow int `description:"移除表格下方的行数"`
  509. RemoveLeftColumn int `description:"移除表格左侧的列数"`
  510. RemoveRightColumn int `description:"移除表格右侧的列数"`
  511. }
  512. // handleTableDataList 表格数据处理(移除上下左右的空行空列)
  513. func handleTableDataList(tableDataList [][]LuckySheetDataValue, luckySheetDataConfigMergeList map[string]LuckySheetDataConfigMerge, rowHeightList, rowWidthList []float64) ([][]LuckySheetDataValue, TableRemoveNum, []float64, []float64, []TableDataMerge) {
  514. var removeTopRow, removeBottomRow, removeLeftColumn, removeRightColumn int //上下左右需要移除的空行空列
  515. tableDataMergeList := make([]TableDataMerge, 0) //待合并的单元格信息
  516. //总共多少行
  517. lenRow := len(tableDataList)
  518. //移除上下空行
  519. deleteRowIndexList := make([]int, 0)
  520. if lenRow > 0 {
  521. var flag = false
  522. // 移除上方空列
  523. for rowIndex := 0; rowIndex < lenRow; rowIndex++ {
  524. isDelete := true
  525. for _, v := range tableDataList[rowIndex] {
  526. if v.Monitor != `` || (v.MergeCell.Row != rowIndex && v.MergeCell.Row != 0) {
  527. isDelete = false
  528. flag = true
  529. break
  530. }
  531. }
  532. if flag {
  533. break
  534. }
  535. if isDelete {
  536. removeTopRow++
  537. deleteRowIndexList = append(deleteRowIndexList, rowIndex)
  538. }
  539. }
  540. // 移除下方空行
  541. flag = false
  542. //尾部
  543. deleteBottomRowIndexList := make([]int, 0)
  544. // 数据第1行不处理
  545. for rowIndex := lenRow - 1; rowIndex > removeTopRow; rowIndex-- {
  546. isDelete := true
  547. for _, v := range tableDataList[rowIndex] {
  548. if v.Monitor != `` {
  549. isDelete = false
  550. flag = true
  551. break
  552. }
  553. }
  554. if flag {
  555. break
  556. }
  557. if isDelete {
  558. deleteBottomRowIndexList = append(deleteBottomRowIndexList, rowIndex)
  559. removeBottomRow++
  560. }
  561. }
  562. if len(deleteBottomRowIndexList) > 0 {
  563. deleteRowIndexList = append(deleteRowIndexList, utils.RevSlice(deleteBottomRowIndexList)...)
  564. }
  565. lenDeleteRow := len(deleteRowIndexList)
  566. if lenDeleteRow > 0 {
  567. for rowIndex := lenDeleteRow - 1; rowIndex >= 0; rowIndex-- {
  568. //表格数据
  569. tableDataList = append(tableDataList[:deleteRowIndexList[rowIndex]], tableDataList[deleteRowIndexList[rowIndex]+1:]...) // 删除开头N个元素
  570. //表格高度
  571. rowHeightList = append(rowHeightList[:deleteRowIndexList[rowIndex]], rowHeightList[deleteRowIndexList[rowIndex]+1:]...) // 删除开头N个元素
  572. }
  573. }
  574. }
  575. //移除左右空列
  576. deleteColumnIndexList := make([]int, 0)
  577. if len(tableDataList) > 0 {
  578. var flag = false
  579. lenColumn := len(tableDataList[0])
  580. // 移除左边空列
  581. for columnIndex := 0; columnIndex < lenColumn; columnIndex++ {
  582. isDelete := true
  583. for _, v := range tableDataList {
  584. //如果一列都没有,说明是上面几行是空行,没有数据
  585. if len(v) <= 0 {
  586. continue
  587. }
  588. if v[columnIndex].Monitor != `` || (v[columnIndex].MergeCell.Column != columnIndex && v[columnIndex].MergeCell.Column != 0) {
  589. isDelete = false
  590. flag = true
  591. break
  592. }
  593. }
  594. if flag {
  595. break
  596. }
  597. if isDelete {
  598. removeLeftColumn++
  599. deleteColumnIndexList = append(deleteColumnIndexList, columnIndex)
  600. }
  601. }
  602. // 移除右方空列
  603. flag = false
  604. //右边
  605. deleteTailColumnIndexList := make([]int, 0)
  606. // 数据第1列不处理
  607. for columnIndex := lenColumn - 1; columnIndex > removeLeftColumn; columnIndex-- {
  608. isDelete := true
  609. for _, v := range tableDataList {
  610. //如果一列都没有,说明是上面几行是空行,没有数据
  611. if len(v) <= 0 {
  612. continue
  613. }
  614. if v[columnIndex].Monitor != `` || (v[columnIndex].MergeCell.Column != columnIndex && v[columnIndex].MergeCell.Column != 0) {
  615. isDelete = false
  616. flag = true
  617. break
  618. }
  619. }
  620. if flag {
  621. break
  622. }
  623. if isDelete {
  624. deleteTailColumnIndexList = append(deleteTailColumnIndexList, columnIndex)
  625. removeRightColumn++
  626. }
  627. }
  628. if len(deleteTailColumnIndexList) > 0 {
  629. deleteColumnIndexList = append(deleteColumnIndexList, utils.RevSlice(deleteTailColumnIndexList)...)
  630. }
  631. lenDeleteColumn := len(deleteColumnIndexList)
  632. if lenDeleteColumn > 0 {
  633. for columnIndex := lenDeleteColumn - 1; columnIndex >= 0; columnIndex-- {
  634. //表格数据
  635. for k, v := range tableDataList {
  636. tableDataList[k] = append(v[:deleteColumnIndexList[columnIndex]], v[deleteColumnIndexList[columnIndex]+1:]...) // 删除开头N个元素
  637. }
  638. //表格宽度
  639. rowWidthList = append(rowWidthList[:deleteColumnIndexList[columnIndex]], rowWidthList[deleteColumnIndexList[columnIndex]+1:]...) // 删除开头N个元素
  640. }
  641. }
  642. }
  643. //处理合并单元格
  644. for _, v := range luckySheetDataConfigMergeList {
  645. indexRow := v.Row - removeTopRow
  646. indexColumn := v.Column - removeLeftColumn
  647. tableDataMerge := TableDataMerge{
  648. StartRowIndex: indexRow,
  649. StartColumnIndex: indexColumn,
  650. MergeRowNum: v.Rs - 1,
  651. MergeColumnNum: v.Cs - 1,
  652. }
  653. tableDataMergeList = append(tableDataMergeList, tableDataMerge)
  654. }
  655. return tableDataList, TableRemoveNum{
  656. RemoveTopRow: removeTopRow,
  657. RemoveBottomRow: removeBottomRow,
  658. RemoveLeftColumn: removeLeftColumn,
  659. RemoveRightColumn: removeRightColumn,
  660. }, rowHeightList, rowWidthList, tableDataMergeList
  661. }
  662. // ToExcel 通过 luckySheetData生成excel表格
  663. func (item *LuckySheetData) ToExcel() (downloadFilePath string, err error) {
  664. tableData, err := item.GetTableDataByLuckySheetDataStr()
  665. if err != nil {
  666. return
  667. }
  668. downloadFilePath, err = tableData.ToExcel()
  669. return
  670. }
  671. // getDownloadPath 获取下载地址
  672. func getDownloadPath() (fpath string, err error) {
  673. dateDir := time.Now().Format("20060102")
  674. uploadDir := "static/xls/" + dateDir
  675. err = os.MkdirAll(uploadDir, 0766)
  676. if err != nil {
  677. return
  678. }
  679. randStr := utils.GetRandStringNoSpecialChar(28)
  680. fileName := randStr + ".xlsx"
  681. fpath = uploadDir + "/" + fileName
  682. return
  683. }
  684. // getExcelFontConf 获取表格字体配置
  685. func getExcelFontConf(cellInfo LuckySheetDataValue) xlsx.Font {
  686. fontSize := 10
  687. familyName := ``
  688. var isBold, isItalic, isUnderline bool
  689. // 字体
  690. {
  691. if cellInfo.Bold == 1 {
  692. isBold = true
  693. }
  694. if cellInfo.Italic == 1 {
  695. isItalic = true
  696. }
  697. if cellInfo.CancelLine == 1 {
  698. isUnderline = true
  699. }
  700. //if cellInfo.Fontsize != `` {
  701. // convSize, _ := strconv.Atoi(cellInfo.Fontsize)
  702. // if convSize > 0 {
  703. // fontSize = convSize
  704. // }
  705. //}
  706. if cellInfo.Fontsize > 0 {
  707. fontSize = cellInfo.Fontsize
  708. }
  709. tmpFamilyName, familyNameOk := LuckyFontFamilyMap[cellInfo.FontFamily]
  710. if !familyNameOk {
  711. tmpFamilyName = "宋体"
  712. }
  713. familyName = tmpFamilyName
  714. }
  715. return xlsx.Font{
  716. Size: fontSize,
  717. Name: familyName,
  718. //Family: v2.FontFamily,
  719. //Charset: 0,
  720. Color: strings.TrimPrefix(cellInfo.FontColor, "#"),
  721. Bold: isBold,
  722. Italic: isItalic,
  723. Underline: isUnderline,
  724. }
  725. }
  726. // getExcelAlignmentConf 获取表格单元格排列配置
  727. func getExcelAlignmentConf(cellInfo LuckySheetDataValue) xlsx.Alignment {
  728. //自动换行
  729. isWrapText := false
  730. if cellInfo.TextBeak == 2 {
  731. isWrapText = true
  732. }
  733. rotateText := 0
  734. //if cellInfo.RotateText != `` {
  735. // convSize, _ := strconv.Atoi(cellInfo.RotateText)
  736. // if convSize > 0 {
  737. // rotateText = convSize
  738. // }
  739. //}
  740. return xlsx.Alignment{
  741. Horizontal: LuckyHorizontalMap[cellInfo.HorizontalType],
  742. //Indent: 0,
  743. //ShrinkToFit: false,
  744. TextRotation: rotateText,
  745. Vertical: LuckyVerticalMap[cellInfo.VerticalType],
  746. WrapText: isWrapText,
  747. }
  748. }
  749. // getExcelBorderConf 获取表格边框配置
  750. //func getExcelBorderConf(list []LuckySheetDataConfigBorderInfo) (v xlsx.Border) {
  751. // // 字体
  752. // for _, v := range list {
  753. // //v.BorderType
  754. // //v.Style
  755. //
  756. // if v.RangeType == "cell" {
  757. //
  758. // xlsx.Border{
  759. // Left: LuckyBorderMap[v.Value.L.Style],
  760. // LeftColor: strings.TrimPrefix(v.Value.L.Color, "#"),
  761. // Right: LuckyBorderMap[v.Value.R.Style],
  762. // RightColor: strings.TrimPrefix(v.Value.R.Color, "#"),
  763. // Top: LuckyBorderMap[v.Value.T.Style],
  764. // TopColor: strings.TrimPrefix(v.Value.T.Color, "#"),
  765. // Bottom: LuckyBorderMap[v.Value.B.Style],
  766. // BottomColor: strings.TrimPrefix(v.Value.B.Color, "#"),
  767. // }
  768. // } else {
  769. // xlsx.Border{
  770. // Left: LuckyBorderMap[v.Style],
  771. // LeftColor: strings.TrimPrefix(v.Color, "#"),
  772. // Right: LuckyBorderMap[v.Style],
  773. // RightColor: strings.TrimPrefix(v.Color, "#"),
  774. // Top: LuckyBorderMap[v.Style],
  775. // TopColor: strings.TrimPrefix(v.Color, "#"),
  776. // Bottom: LuckyBorderMap[v.Style],
  777. // BottomColor: strings.TrimPrefix(v.Color, "#"),
  778. // }
  779. // }
  780. // //v.Value.T.Style
  781. //
  782. // }
  783. //
  784. // return
  785. //}
  786. // LuckyFontFamilyMap 字体map
  787. var LuckyFontFamilyMap = map[int]string{
  788. 0: "Times New Roman",
  789. 1: "Arial",
  790. 2: "Tahoma",
  791. 3: "Verdana",
  792. 4: "微软雅黑",
  793. 5: "宋体", //宋体(Song)、
  794. 6: "黑体", // 黑体(ST Heiti)
  795. 7: "楷体", //楷体(ST Kaiti),
  796. 8: "仿宋", //仿宋(ST FangSong),
  797. 9: "新宋体", //新宋体(ST Song),
  798. 10: "华文新魏",
  799. 11: "华文行楷",
  800. 12: "华文隶书",
  801. }
  802. // LuckyBorderMap 边框map
  803. var LuckyBorderMap = map[string]string{
  804. "": "Thin",
  805. "1": "Thin",
  806. "2": "Hair",
  807. "3": "Dotted",
  808. "4": "Dashed",
  809. "5": "DashDot", //宋体(Song)、
  810. "6": "DashDotDot", // 黑体(ST Heiti)
  811. "7": "Double", //楷体(ST Kaiti),
  812. "8": "Medium", //仿宋(ST FangSong),
  813. "9": "MediumDashed", //新宋体(ST Song),
  814. "10": "MediumDashDot",
  815. "11": "MediumDashDotDot",
  816. "12": "SlantedDashDot",
  817. "13": "Thick",
  818. }
  819. // LuckyHorizontalMap 水平对齐map
  820. var LuckyHorizontalMap = map[int]string{
  821. //"": "general",
  822. 0: "center",
  823. 1: "left",
  824. 2: "right",
  825. }
  826. // LuckyVerticalMap 垂直对齐map
  827. var LuckyVerticalMap = map[int]string{
  828. //"": "center",
  829. 0: "center",
  830. 1: "top",
  831. //2: "bottom",
  832. }
  833. // GetColumnName Return the ColumnName
  834. func GetColumnName(rowNumber int, colNumber int) (colName string, err error) {
  835. if rowNumber < 1 || colNumber < 1 {
  836. err = errors.New("Row and Column Number can not be less than 1")
  837. return
  838. }
  839. dividend := colNumber
  840. var modulo int
  841. for dividend > 0 {
  842. modulo = (dividend - 1) % 26
  843. // Convert int to char
  844. colName = string(65+modulo) + colName
  845. dividend = (int)((dividend - modulo) / 26)
  846. }
  847. colName = colName + strconv.Itoa(rowNumber)
  848. return
  849. }
  850. // GetTableDataByLuckySheetDataStrBak 通过LuckySheet的string数据获取表格数据(备份:2022-08-23 10:30:32)
  851. func (item *LuckySheetData) GetTableDataByLuckySheetDataStrBak() (selfTableData TableData, err error) {
  852. luckySheetCellDataList := item.CellData
  853. // 表格数据
  854. tableDataMap := make(map[int64]map[int64]LuckySheetDataValue)
  855. // 最大行,最大列
  856. var maxRow, maxCol int64
  857. for _, v := range luckySheetCellDataList {
  858. //fmt.Println("row:", v.Row, "=====col:", v.Col)
  859. if v.Row > maxRow { //最大行
  860. maxRow = v.Row
  861. }
  862. if v.Col > maxCol { //最大列
  863. maxCol = v.Col
  864. }
  865. var tmpRow map[int64]LuckySheetDataValue
  866. tmpRow, ok := tableDataMap[v.Row]
  867. if ok {
  868. tmpRow[v.Col] = v.Value
  869. } else {
  870. tmpRow = make(map[int64]LuckySheetDataValue)
  871. tmpRow[v.Col] = v.Value
  872. }
  873. tableDataMap[v.Row] = tmpRow
  874. }
  875. tableDataList := make([][]LuckySheetDataValue, 0)
  876. var i int64
  877. // 单元格宽度
  878. configColumnConf := item.Config.Columnlen
  879. rowWidthMap := make(map[int]float64)
  880. rowWidthList := make([]float64, 0) //
  881. // 单元格高度
  882. configRowConf := item.Config.Rowlen
  883. rowHeightList := make([]float64, 0) //
  884. for i = 0; i <= maxRow; i++ {
  885. //列
  886. tmpTableColDataList := make([]LuckySheetDataValue, 0)
  887. // 每个单元格的高度
  888. tmpHeight, ok := configRowConf[fmt.Sprint(i)]
  889. if !ok {
  890. tmpHeight = 0
  891. }
  892. rowHeightList = append(rowHeightList, tmpHeight)
  893. tmpRowData, ok := tableDataMap[i]
  894. // 如果没有该行数据,那么就默认添加空行数据处理
  895. if !ok {
  896. tmpRowData = make(map[int64]LuckySheetDataValue)
  897. }
  898. var j int64
  899. for j = 0; j <= maxCol; j++ {
  900. tmpTableColData, ok := tmpRowData[j]
  901. if !ok {
  902. tmpTableColData = LuckySheetDataValue{}
  903. }
  904. tmpTableColDataList = append(tmpTableColDataList, tmpTableColData)
  905. // 每个单元格的宽度
  906. tmpWidth, ok := configColumnConf[fmt.Sprint(j)]
  907. if !ok {
  908. tmpWidth = 0
  909. }
  910. rowIndex := len(tmpTableColDataList) - 1
  911. if _, ok2 := rowWidthMap[rowIndex]; !ok2 {
  912. rowWidthList = append(rowWidthList, tmpWidth)
  913. }
  914. rowWidthMap[rowIndex] = tmpWidth
  915. }
  916. tableDataList = append(tableDataList, tmpTableColDataList)
  917. }
  918. //总共多少行
  919. lenRow := len(tableDataList)
  920. //移除上下空行
  921. deleteRowIndexList := make([]int, 0)
  922. if lenRow > 0 {
  923. var flag = false
  924. // 移除上方空列
  925. for rowIndex := 0; rowIndex < lenRow; rowIndex++ {
  926. isDelete := true
  927. for _, v := range tableDataList[rowIndex] {
  928. if v.Monitor != `` || (v.MergeCell.Row != rowIndex && v.MergeCell.Row != 0) {
  929. isDelete = false
  930. flag = true
  931. break
  932. }
  933. }
  934. if flag {
  935. break
  936. }
  937. if isDelete {
  938. selfTableData.RemoveTopRow++
  939. deleteRowIndexList = append(deleteRowIndexList, rowIndex)
  940. }
  941. }
  942. // 移除下方空行
  943. flag = false
  944. //尾部
  945. deleteBottomRowIndexList := make([]int, 0)
  946. for rowIndex := lenRow - 1; rowIndex >= 0; rowIndex-- {
  947. isDelete := true
  948. for _, v := range tableDataList[rowIndex] {
  949. if v.Monitor != `` {
  950. isDelete = false
  951. flag = true
  952. break
  953. }
  954. }
  955. if flag {
  956. break
  957. }
  958. if isDelete {
  959. deleteBottomRowIndexList = append(deleteBottomRowIndexList, rowIndex)
  960. selfTableData.RemoveBottomRow++
  961. }
  962. }
  963. if len(deleteBottomRowIndexList) > 0 {
  964. deleteRowIndexList = append(deleteRowIndexList, utils.RevSlice(deleteBottomRowIndexList)...)
  965. }
  966. lenDeleteRow := len(deleteRowIndexList)
  967. if lenDeleteRow > 0 {
  968. for rowIndex := lenDeleteRow - 1; rowIndex >= 0; rowIndex-- {
  969. //表格数据
  970. tableDataList = append(tableDataList[:deleteRowIndexList[rowIndex]], tableDataList[deleteRowIndexList[rowIndex]+1:]...) // 删除开头N个元素
  971. //表格高度
  972. rowHeightList = append(rowHeightList[:deleteRowIndexList[rowIndex]], rowHeightList[deleteRowIndexList[rowIndex]+1:]...) // 删除开头N个元素
  973. }
  974. }
  975. }
  976. //移除左右空列
  977. deleteColumnIndexList := make([]int, 0)
  978. if len(tableDataList) > 0 {
  979. var flag = false
  980. lenColumn := len(tableDataList[0])
  981. // 移除左边空列
  982. for columnIndex := 0; columnIndex < lenColumn; columnIndex++ {
  983. isDelete := true
  984. for _, v := range tableDataList {
  985. //如果一列都没有,说明是上面几行是空行,没有数据
  986. if len(v) <= 0 {
  987. continue
  988. }
  989. if v[columnIndex].Monitor != `` || (v[columnIndex].MergeCell.Column != columnIndex && v[columnIndex].MergeCell.Column != 0) {
  990. isDelete = false
  991. flag = true
  992. break
  993. }
  994. }
  995. if flag {
  996. break
  997. }
  998. if isDelete {
  999. selfTableData.RemoveLeftColumn++
  1000. deleteColumnIndexList = append(deleteColumnIndexList, columnIndex)
  1001. }
  1002. }
  1003. // 移除右方空列
  1004. flag = false
  1005. //右边
  1006. deleteTailColumnIndexList := make([]int, 0)
  1007. for columnIndex := lenColumn - 1; columnIndex >= 0; columnIndex-- {
  1008. isDelete := true
  1009. for _, v := range tableDataList {
  1010. //如果一列都没有,说明是上面几行是空行,没有数据
  1011. if len(v) <= 0 {
  1012. continue
  1013. }
  1014. if v[columnIndex].Monitor != `` || (v[columnIndex].MergeCell.Column != columnIndex && v[columnIndex].MergeCell.Column != 0) {
  1015. isDelete = false
  1016. flag = true
  1017. break
  1018. }
  1019. }
  1020. if flag {
  1021. break
  1022. }
  1023. if isDelete {
  1024. deleteTailColumnIndexList = append(deleteTailColumnIndexList, columnIndex)
  1025. selfTableData.RemoveRightColumn++
  1026. }
  1027. }
  1028. if len(deleteTailColumnIndexList) > 0 {
  1029. deleteColumnIndexList = append(deleteColumnIndexList, utils.RevSlice(deleteTailColumnIndexList)...)
  1030. }
  1031. lenDeleteColumn := len(deleteColumnIndexList)
  1032. if lenDeleteColumn > 0 {
  1033. for columnIndex := lenDeleteColumn - 1; columnIndex >= 0; columnIndex-- {
  1034. //表格数据
  1035. for k, v := range tableDataList {
  1036. tableDataList[k] = append(v[:deleteColumnIndexList[columnIndex]], v[deleteColumnIndexList[columnIndex]+1:]...) // 删除开头N个元素
  1037. }
  1038. //表格宽度
  1039. rowWidthList = append(rowWidthList[:deleteColumnIndexList[columnIndex]], rowWidthList[deleteColumnIndexList[columnIndex]+1:]...) // 删除开头N个元素
  1040. }
  1041. }
  1042. }
  1043. //处理合并单元格
  1044. tableDataMergeList := make([]TableDataMerge, 0)
  1045. for _, v := range item.Config.Merge {
  1046. indexRow := v.Row - selfTableData.RemoveTopRow
  1047. indexColumn := v.Column - selfTableData.RemoveLeftColumn
  1048. tableDataMerge := TableDataMerge{
  1049. StartRowIndex: indexRow,
  1050. StartColumnIndex: indexColumn,
  1051. MergeRowNum: v.Rs - 1,
  1052. MergeColumnNum: v.Cs - 1,
  1053. }
  1054. tableDataMergeList = append(tableDataMergeList, tableDataMerge)
  1055. }
  1056. // 表格数据
  1057. selfTableData.TableDataList = tableDataList
  1058. selfTableData.RowWidthList = rowWidthList
  1059. selfTableData.RowHeightList = rowHeightList
  1060. selfTableData.MergeList = tableDataMergeList
  1061. return
  1062. }
  1063. func (item *LuckySheetData) ToExcel2() (downloadFilePath string, err error) {
  1064. tableData, err := item.GetTableDataByLuckySheetDataStr()
  1065. downloadFilePath, err = getDownloadPath()
  1066. if err != nil {
  1067. return
  1068. }
  1069. f := excelize.NewFile()
  1070. // Create a new sheet.
  1071. sheetName := `Sheet1`
  1072. sheetIndex := f.NewSheet(sheetName)
  1073. //设置列宽度
  1074. for k, v := range tableData.RowWidthList {
  1075. colName, tmpErr := excelize.ColumnNumberToName(k + 1)
  1076. if tmpErr != nil {
  1077. err = errors.New("获取单元格列名失败,ERR:" + tmpErr.Error())
  1078. err = tmpErr
  1079. return
  1080. }
  1081. err = f.SetColWidth(sheetName, colName, colName, v/10)
  1082. if err != nil {
  1083. err = errors.New("设置列宽度,ERR:" + tmpErr.Error())
  1084. return
  1085. }
  1086. }
  1087. // 写入数据
  1088. for index, v := range tableData.TableDataList {
  1089. //设置单元格高度
  1090. if tableData.RowHeightList[index] > 0 {
  1091. tmpErr := f.SetRowHeight(sheetName, index+1, tableData.RowHeightList[index]/2)
  1092. if tmpErr != nil {
  1093. err = errors.New("设置单元格高度失败,ERR:" + tmpErr.Error())
  1094. return
  1095. }
  1096. }
  1097. for colunmIndex, cellInfo := range v {
  1098. //f.NewStyle
  1099. defaultFill := excelize.Fill{
  1100. //Type: "solid",
  1101. Pattern: 1,
  1102. //Color: []string{cellInfo.Background},
  1103. Shading: 0,
  1104. }
  1105. if cellInfo.Background != `` {
  1106. defaultFill.Type = "solid"
  1107. defaultFill.Color = []string{cellInfo.Background}
  1108. }
  1109. cellStyle := &excelize.Style{
  1110. Border: []excelize.Border{
  1111. {Type: "left", Color: "000000", Style: 1},
  1112. {Type: "top", Color: "000000", Style: 1},
  1113. {Type: "bottom", Color: "000000", Style: 1},
  1114. {Type: "right", Color: "000000", Style: 1},
  1115. //{Type: "diagonalDown", Color: "A020F0", Style: 7},
  1116. //{Type: "diagonalUp", Color: "A020F0", Style: 8},
  1117. },
  1118. Fill: defaultFill,
  1119. Font: getExcelizeFontConf(cellInfo),
  1120. Alignment: getExcelizeAlignmentConf(cellInfo),
  1121. //Protection: nil,
  1122. //NumFmt: 0,
  1123. //DecimalPlaces: 0,
  1124. //CustomNumFmt: nil,
  1125. //Lang: "",
  1126. //NegRed: false,
  1127. }
  1128. cellStyleId, tmpErr := f.NewStyle(cellStyle)
  1129. if tmpErr != nil {
  1130. err = errors.New("new Style 失败,ERR:" + tmpErr.Error())
  1131. return
  1132. }
  1133. columnName, tmpErr := excelize.ColumnNumberToName(colunmIndex + 1)
  1134. if tmpErr != nil {
  1135. err = errors.New("获取单元格列名失败,ERR:" + tmpErr.Error())
  1136. return
  1137. }
  1138. cellName := columnName + strconv.Itoa(index+1)
  1139. tmpErr = f.SetCellStyle(sheetName, cellName, cellName, cellStyleId)
  1140. if tmpErr != nil {
  1141. err = errors.New("设置style失败,ERR:" + tmpErr.Error())
  1142. return
  1143. }
  1144. valueStr := cellInfo.Monitor
  1145. if valueStr == `` {
  1146. //valueStr = fmt.Sprint(cellInfo.Value)
  1147. if valueStr == `` && cellInfo.CellType.S != nil {
  1148. //不是设置在单元格上面,而是设置在文本上
  1149. for _, cellS := range cellInfo.CellType.S {
  1150. valueStr += fmt.Sprint(cellS.Value)
  1151. }
  1152. }
  1153. }
  1154. tmpErr = f.SetCellStr(sheetName, cellName, valueStr)
  1155. if tmpErr != nil {
  1156. err = errors.New("设置单元格数据失败,ERR:" + tmpErr.Error())
  1157. return
  1158. }
  1159. }
  1160. }
  1161. for _, v := range tableData.MergeList {
  1162. //开始列
  1163. startColumnName, tmpErr := excelize.ColumnNumberToName(v.StartColumnIndex + 1)
  1164. if tmpErr != nil {
  1165. err = tmpErr
  1166. return
  1167. }
  1168. startCellName := startColumnName + strconv.Itoa(v.StartRowIndex+1)
  1169. //结束列
  1170. endColumnName, tmpErr := excelize.ColumnNumberToName(v.StartColumnIndex + v.MergeColumnNum + 1)
  1171. if tmpErr != nil {
  1172. err = tmpErr
  1173. return
  1174. }
  1175. endCellName := endColumnName + strconv.Itoa(v.StartRowIndex+v.MergeRowNum+1)
  1176. err = f.MergeCell(sheetName, startCellName, endCellName)
  1177. if err != nil {
  1178. return
  1179. }
  1180. }
  1181. // Set active sheet of the workbook.
  1182. f.SetActiveSheet(sheetIndex)
  1183. // Save spreadsheet by the given path.
  1184. err = f.SaveAs(downloadFilePath)
  1185. return
  1186. }
  1187. // getExcelizeFontConf 获取表格字体配置
  1188. func getExcelizeFontConf(cellInfo LuckySheetDataValue) *excelize.Font {
  1189. fontSize := 10
  1190. familyName := ``
  1191. //single 单线 、double 双线
  1192. underlineStyle := ``
  1193. var isBold, isItalic, isUnderline bool
  1194. // 字体
  1195. {
  1196. if cellInfo.Bold == 1 {
  1197. isBold = true
  1198. }
  1199. if cellInfo.Italic == 1 {
  1200. isItalic = true
  1201. }
  1202. if cellInfo.CancelLine == 1 {
  1203. isUnderline = true
  1204. }
  1205. //if cellInfo.Fontsize != `` {
  1206. // convSize, _ := strconv.Atoi(cellInfo.Fontsize)
  1207. // if convSize > 0 {
  1208. // fontSize = convSize
  1209. // }
  1210. //}
  1211. if cellInfo.Fontsize > 0 {
  1212. fontSize = cellInfo.Fontsize
  1213. }
  1214. tmpFamilyName, familyNameOk := LuckyFontFamilyMap[cellInfo.FontFamily]
  1215. if !familyNameOk {
  1216. tmpFamilyName = "宋体"
  1217. }
  1218. familyName = tmpFamilyName
  1219. }
  1220. if isUnderline {
  1221. underlineStyle = "single"
  1222. }
  1223. //VertAlign取值:
  1224. //BASELINE、superscript、subscript
  1225. return &excelize.Font{
  1226. Bold: isBold,
  1227. Italic: isItalic,
  1228. Underline: underlineStyle,
  1229. Family: familyName,
  1230. Size: float64(fontSize),
  1231. Strike: isUnderline,
  1232. Color: cellInfo.FontColor,
  1233. VertAlign: "",
  1234. }
  1235. }
  1236. // getExcelizeAlignmentConf 获取表格单元格排列配置
  1237. func getExcelizeAlignmentConf(cellInfo LuckySheetDataValue) *excelize.Alignment {
  1238. //自动换行
  1239. isWrapText := false
  1240. if cellInfo.TextBeak == 2 {
  1241. isWrapText = true
  1242. }
  1243. rotateText := 0
  1244. //if cellInfo.RotateText != `` {
  1245. // convSize, _ := strconv.Atoi(cellInfo.RotateText)
  1246. // if convSize > 0 {
  1247. // rotateText = convSize
  1248. // }
  1249. //}
  1250. return &excelize.Alignment{
  1251. Horizontal: LuckyHorizontalMap[cellInfo.HorizontalType],
  1252. //Indent: 0,
  1253. //JustifyLastLine: false,
  1254. //ReadingOrder: 0,
  1255. //RelativeIndent: 0,
  1256. //ShrinkToFit: false,
  1257. TextRotation: rotateText,
  1258. Vertical: LuckyVerticalMap[cellInfo.VerticalType],
  1259. WrapText: isWrapText,
  1260. }
  1261. }
  1262. // getColor 获取hex颜色
  1263. func getColor(bgStr string) string {
  1264. if strings.Contains(bgStr, "(") {
  1265. arr := strings.Split(bgStr, ",")
  1266. if len(arr) != 3 {
  1267. return bgStr
  1268. }
  1269. // 第一位
  1270. tmpFirstArr := strings.Split(arr[0], "(")
  1271. arr[0] = tmpFirstArr[len(tmpFirstArr)-1]
  1272. // 最后一位
  1273. tmpLastArr := strings.Split(arr[2], ")")
  1274. arr[2] = tmpLastArr[0]
  1275. rgbArr := make([]int64, 0)
  1276. for _, v := range arr {
  1277. tmpInt, err := strconv.Atoi(utils.TrimStr(v))
  1278. if err != nil {
  1279. return bgStr
  1280. }
  1281. rgbArr = append(rgbArr, int64(tmpInt))
  1282. }
  1283. rgb := RGB{
  1284. rgbArr[0],
  1285. rgbArr[1],
  1286. rgbArr[2],
  1287. }
  1288. bgStr = "" + rgb.Rgb2Hex().Str
  1289. }
  1290. return bgStr
  1291. }
  1292. // GetTableDataByCustomData 通过自定义表格数据获取表格数据
  1293. func GetTableDataByCustomData(excelType int, data request.TableDataReq) (selfTableData TableData, err error) {
  1294. tableDataList := make([][]LuckySheetDataValue, 0)
  1295. mergeList := make([]TableDataMerge, 0)
  1296. // 指标数
  1297. lenEdb := len(data.Data)
  1298. if lenEdb <= 0 {
  1299. return
  1300. }
  1301. // 日期数
  1302. lenCol := len(data.Data[0].Data)
  1303. if lenCol <= 0 {
  1304. return
  1305. }
  1306. // 指标列:1;指标行:2
  1307. if excelType == 1 {
  1308. mergeList = append(mergeList, TableDataMerge{
  1309. StartRowIndex: 0,
  1310. StartColumnIndex: 0,
  1311. MergeRowNum: 1,
  1312. MergeColumnNum: 0,
  1313. })
  1314. // 第一行
  1315. {
  1316. firstCol := make([]LuckySheetDataValue, 0)
  1317. firstCol = append(firstCol, LuckySheetDataValue{
  1318. Value: "日期",
  1319. Monitor: "日期",
  1320. MergeCell: LuckySheetDataConfigMerge{
  1321. Row: 0, //行数
  1322. Column: 0, //列数
  1323. Rs: 2, //合并的行数
  1324. Cs: 1, //合并的列数
  1325. },
  1326. })
  1327. for _, v := range data.Data {
  1328. edbName := v.EdbName
  1329. if v.EdbAliasName != `` {
  1330. edbName = v.EdbAliasName
  1331. }
  1332. firstCol = append(firstCol, LuckySheetDataValue{
  1333. Value: edbName,
  1334. Monitor: edbName,
  1335. MergeCell: LuckySheetDataConfigMerge{},
  1336. })
  1337. }
  1338. tableDataList = append(tableDataList, firstCol)
  1339. }
  1340. // 第二行
  1341. {
  1342. secondCol := make([]LuckySheetDataValue, 0)
  1343. secondCol = append(secondCol, LuckySheetDataValue{})
  1344. for _, v := range data.Data {
  1345. name := v.Unit + " / " + v.Frequency
  1346. secondCol = append(secondCol, LuckySheetDataValue{
  1347. Value: name,
  1348. Monitor: name,
  1349. MergeCell: LuckySheetDataConfigMerge{},
  1350. })
  1351. }
  1352. tableDataList = append(tableDataList, secondCol)
  1353. }
  1354. // 开始数据了
  1355. {
  1356. for i := 0; i < lenCol; i++ {
  1357. dataCol := make([]LuckySheetDataValue, 0)
  1358. // 日期
  1359. dataCol = append(dataCol, LuckySheetDataValue{
  1360. Value: data.Data[0].Data[i].DataTime,
  1361. Monitor: data.Data[0].Data[i].DataTime,
  1362. MergeCell: LuckySheetDataConfigMerge{},
  1363. })
  1364. // 数据值
  1365. for _, v := range data.Data {
  1366. dataCol = append(dataCol, LuckySheetDataValue{
  1367. Value: v.Data[i].Value,
  1368. Monitor: v.Data[i].ShowValue,
  1369. MergeCell: LuckySheetDataConfigMerge{},
  1370. })
  1371. }
  1372. tableDataList = append(tableDataList, dataCol)
  1373. }
  1374. }
  1375. // 开始文本行了
  1376. {
  1377. for _, textColList := range data.TextRowData {
  1378. dataCol := make([]LuckySheetDataValue, 0)
  1379. for _, v := range textColList {
  1380. dataCol = append(dataCol, LuckySheetDataValue{
  1381. Value: v.Value,
  1382. Monitor: v.ShowValue,
  1383. MergeCell: LuckySheetDataConfigMerge{},
  1384. })
  1385. }
  1386. tableDataList = append(tableDataList, dataCol)
  1387. }
  1388. }
  1389. } else {
  1390. // 指标行
  1391. mergeList = append(mergeList, TableDataMerge{
  1392. StartRowIndex: 0,
  1393. StartColumnIndex: 0,
  1394. MergeRowNum: 0,
  1395. MergeColumnNum: 1,
  1396. })
  1397. // 第一行
  1398. {
  1399. firstCol := make([]LuckySheetDataValue, 0)
  1400. firstCol = append(firstCol, LuckySheetDataValue{
  1401. Value: "日期",
  1402. Monitor: "日期",
  1403. MergeCell: LuckySheetDataConfigMerge{
  1404. Row: 0, //行数
  1405. Column: 0, //列数
  1406. Rs: 1, //合并的行数
  1407. Cs: 2, //合并的列数
  1408. },
  1409. })
  1410. firstCol = append(firstCol, LuckySheetDataValue{})
  1411. // 日期列
  1412. for _, v := range data.Data[0].Data {
  1413. firstCol = append(firstCol, LuckySheetDataValue{
  1414. Value: v.DataTime,
  1415. Monitor: v.DataTime,
  1416. MergeCell: LuckySheetDataConfigMerge{},
  1417. })
  1418. }
  1419. // 文本列
  1420. for _, textColList := range data.TextRowData {
  1421. firstCol = append(firstCol, LuckySheetDataValue{
  1422. Value: textColList[0].Value,
  1423. Monitor: textColList[0].ShowValue,
  1424. MergeCell: LuckySheetDataConfigMerge{},
  1425. })
  1426. }
  1427. tableDataList = append(tableDataList, firstCol)
  1428. }
  1429. // 日期列+文本列+两列表头(日期这个文案表头)
  1430. //colLen := lenCol+2+len(data.TextRowData)
  1431. for i := 0; i < lenEdb; i++ {
  1432. dataCol := make([]LuckySheetDataValue, 0)
  1433. // 指标信息
  1434. tmpEdbInfo := data.Data[i]
  1435. // 指标名称
  1436. {
  1437. edbName := tmpEdbInfo.EdbName
  1438. if tmpEdbInfo.EdbAliasName != `` {
  1439. edbName = tmpEdbInfo.EdbAliasName
  1440. }
  1441. dataCol = append(dataCol, LuckySheetDataValue{
  1442. Value: edbName,
  1443. Monitor: edbName,
  1444. MergeCell: LuckySheetDataConfigMerge{},
  1445. })
  1446. }
  1447. // 指标单位、频度
  1448. {
  1449. name := tmpEdbInfo.Unit + " / " + tmpEdbInfo.Frequency
  1450. dataCol = append(dataCol, LuckySheetDataValue{
  1451. Value: name,
  1452. Monitor: name,
  1453. MergeCell: LuckySheetDataConfigMerge{},
  1454. })
  1455. }
  1456. // 指标数据列
  1457. for _, tmpData := range tmpEdbInfo.Data {
  1458. dataCol = append(dataCol, LuckySheetDataValue{
  1459. Value: tmpData.Value,
  1460. Monitor: tmpData.ShowValue,
  1461. MergeCell: LuckySheetDataConfigMerge{},
  1462. })
  1463. }
  1464. // 文本列
  1465. for _, textColList := range data.TextRowData {
  1466. dataCol = append(dataCol, LuckySheetDataValue{
  1467. Value: textColList[i+1].Value,
  1468. Monitor: textColList[i+1].ShowValue,
  1469. MergeCell: LuckySheetDataConfigMerge{},
  1470. })
  1471. }
  1472. tableDataList = append(tableDataList, dataCol)
  1473. }
  1474. }
  1475. selfTableData.MergeList = mergeList
  1476. selfTableData.TableDataList = tableDataList
  1477. return
  1478. }
  1479. // GetTableDataByMixedTableData 通过混合表格数据获取表格数据
  1480. func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq) (selfTableData TableData, err error) {
  1481. tableDataList := make([][]LuckySheetDataValue, 0)
  1482. mergeList := make([]TableDataMerge, 0)
  1483. // 开始文本行了
  1484. {
  1485. for _, row := range config {
  1486. dataCol := make([]LuckySheetDataValue, 0)
  1487. for _, cell := range row {
  1488. dataCol = append(dataCol, LuckySheetDataValue{
  1489. Value: cell.Value,
  1490. Monitor: cell.ShowValue,
  1491. MergeCell: LuckySheetDataConfigMerge{},
  1492. })
  1493. }
  1494. tableDataList = append(tableDataList, dataCol)
  1495. }
  1496. }
  1497. selfTableData.MergeList = mergeList
  1498. selfTableData.TableDataList = tableDataList
  1499. return
  1500. }