rpt_jsexcel.js 92 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738
  1. /**
  2. * Created by Tony on 2022/2/21.
  3. * 导出excel从后端移到前端处理
  4. */
  5. // const JV = require('../rpt_component/jpc_value_define'); // JV对象默认已有
  6. // const JSZip = require('jszip'); // 已引用
  7. // const strUtil = require('../public/stringUtil'); // stringUtil对象也有
  8. // STAGE_AUDIT, STAGE_LIST 已存在
  9. const DPI = 96;
  10. const dftHeadXml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>';
  11. const STD_COMP_STAMP_SIZE_WIDTH = Math.round(5 * 96 / 2.54); // 公章标准尺寸(宽4.2厘米)转成像素
  12. const STD_COMP_STAMP_SIZE_HEIGHT = STD_COMP_STAMP_SIZE_WIDTH; // 公章标准尺寸(高4.2厘米)转成像素
  13. function writeContentTypes(sheets, isSinglePage, hasSignature) {
  14. const rst = [];
  15. rst.push(dftHeadXml + '\r\n');
  16. rst.push('<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">');
  17. rst.push('<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml"/>');
  18. rst.push('<Default Extension="xml" ContentType="application/xml"/>');
  19. if (hasSignature) {
  20. rst.push('<Default Extension="png" ContentType="image/png"/>');
  21. }
  22. rst.push('<Override PartName="/xl/theme/theme1.xml" ContentType="application/vnd.openxmlformats-officedocument.theme+xml"/>');
  23. rst.push('<Override PartName="/xl/styles.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"/>');
  24. rst.push('<Override PartName="/xl/workbook.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"/>');
  25. rst.push('<Override PartName="/docProps/app.xml" ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml"/>');
  26. rst.push('<Override PartName="/xl/sharedStrings.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"/>');
  27. if (isSinglePage) {
  28. rst.push('<Override PartName="/xl/worksheets/sheet1.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"/>');
  29. if (hasSignature) {
  30. rst.push('<Override PartName="/xl/drawings/drawing1.xml" ContentType="application/vnd.openxmlformats-officedocument.drawing+xml"/>');
  31. }
  32. } else {
  33. for (let i = 0; i < sheets.length; i++) {
  34. rst.push('<Override PartName="/xl/worksheets/sheet' + (i + 1) + '.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"/>');
  35. if (hasSignature) {
  36. rst.push('<Override PartName="/xl/drawings/drawing' + (i + 1) + '.xml" ContentType="application/vnd.openxmlformats-officedocument.drawing+xml"/>');
  37. }
  38. }
  39. }
  40. rst.push('<Override PartName="/docProps/core.xml" ContentType="application/vnd.openxmlformats-package.core-properties+xml"/>');
  41. rst.push('</Types>');
  42. return rst;
  43. }
  44. function writeRootRels() {
  45. const rst = [];
  46. rst.push(dftHeadXml + '\r\n');
  47. rst.push('<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">');
  48. rst.push('<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/>');
  49. rst.push('<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml"/>');
  50. rst.push('<Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"/>');
  51. rst.push('</Relationships>');
  52. return rst;
  53. }
  54. function writeApp(sheets, isSinglePage) {
  55. const rst = [];
  56. rst.push(dftHeadXml + '\r\n');
  57. rst.push('<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">');
  58. rst.push('<Application>Microsoft Excel</Application>');
  59. rst.push('<DocSecurity>0</DocSecurity>');
  60. rst.push('<ScaleCrop>false</ScaleCrop>');
  61. rst.push('<HeadingPairs>');
  62. rst.push('<vt:vector size="2" baseType="variant">');
  63. rst.push('<vt:variant><vt:lpstr>工作表</vt:lpstr></vt:variant>');
  64. if (isSinglePage) rst.push('<vt:variant><vt:i4>1</vt:i4></vt:variant>');
  65. else rst.push('<vt:variant><vt:i4>' + sheets.length + '</vt:i4></vt:variant>');
  66. rst.push('</vt:vector>');
  67. rst.push('</HeadingPairs>');
  68. rst.push('<TitlesOfParts>');
  69. if (isSinglePage) {
  70. rst.push('<vt:vector size="1" baseType="lpstr">');
  71. rst.push('<vt:lpstr>' + sheets[0].sheetName + '</vt:lpstr>');
  72. } else {
  73. rst.push('<vt:vector size="' + sheets.length + '" baseType="lpstr">');
  74. for (let i = 0; i < sheets.length; i++) {
  75. rst.push('<vt:lpstr>' + sheets[i].sheetName + '</vt:lpstr>');
  76. }
  77. }
  78. rst.push('</vt:vector>');
  79. rst.push('</TitlesOfParts>');
  80. rst.push('<Company>SmartCost</Company>');
  81. rst.push('<LinksUpToDate>false</LinksUpToDate>');
  82. rst.push('<SharedDoc>false</SharedDoc>');
  83. rst.push('<HyperlinksChanged>false</HyperlinksChanged>');
  84. rst.push('<AppVersion>12.0000</AppVersion>');
  85. rst.push('</Properties>');
  86. return rst;
  87. }
  88. function writeCore() {
  89. const rst = [];
  90. const p_fillZero = function(val) {
  91. let rst = val;
  92. if (val < 10) {
  93. rst = '0' + val;
  94. }
  95. return rst;
  96. };
  97. rst.push(dftHeadXml + '\r\n');
  98. rst.push('<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">');
  99. rst.push('<dc:creator>SmartCost</dc:creator>');
  100. rst.push('<cp:lastModifiedBy>SmartCost</cp:lastModifiedBy>');
  101. const dt = new Date();
  102. dt.setDate(dt.getDate() - 8 / 24); // it's GMT time, so please add the server offset time ( -8 hours )
  103. const dtStr = dt.getFullYear() + '-' + p_fillZero(dt.getMonth() + 1) + '-' + p_fillZero(dt.getDate()) + 'T' +
  104. p_fillZero(dt.getHours()) + ':' + p_fillZero(dt.getMinutes()) + ':' + p_fillZero(dt.getSeconds()) + 'Z';
  105. rst.push('<dcterms:created xsi:type="dcterms:W3CDTF">' + dtStr + '</dcterms:created>');
  106. rst.push('<dcterms:modified xsi:type="dcterms:W3CDTF">' + dtStr + '</dcterms:modified>');
  107. rst.push('</cp:coreProperties>');
  108. return rst;
  109. }
  110. function writeXlWorkBook(sheets, isSinglePage) {
  111. const rst = [];
  112. rst.push(dftHeadXml + '\r\n');
  113. rst.push('<workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">');
  114. rst.push('<fileVersion appName="xl" lastEdited="4" lowestEdited="4" rupBuild="4505"/>');
  115. rst.push('<workbookPr defaultThemeVersion="124226"/>');
  116. rst.push('<bookViews><workbookView xWindow="360" yWindow="345" windowWidth="14655" windowHeight="4305"/></bookViews>');
  117. rst.push('<sheets>');
  118. if (isSinglePage) {
  119. rst.push('<sheet name="' + sheets[0].sheetName + '" sheetId="1" r:id="rId1"/>');
  120. } else {
  121. for (let i = 0; i < sheets.length; i++) {
  122. rst.push('<sheet name="' + sheets[i].sheetName + '" sheetId="' + (i + 1) + '" r:id="rId' + (i + 1) + '"/>');
  123. }
  124. }
  125. rst.push('</sheets>');
  126. rst.push('<calcPr calcId="124519"/>');
  127. rst.push('</workbook>');
  128. return rst;
  129. }
  130. function writeXlRels(sheets, isSinglePage) {
  131. const rst = [];
  132. let idx = 1;
  133. rst.push(dftHeadXml + '\r\n');
  134. rst.push('<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">');
  135. if (isSinglePage) {
  136. rst.push('<Relationship Id="rId' + idx + '" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="worksheets/sheet1.xml"/>');
  137. idx++;
  138. } else {
  139. for (let i = 0; i < sheets.length; i++) {
  140. rst.push('<Relationship Id="rId' + idx + '" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="worksheets/sheet' + (i + 1) + '.xml"/>');
  141. idx++;
  142. }
  143. }
  144. rst.push('<Relationship Id="rId' + idx + '" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Target="theme/theme1.xml"/>');
  145. idx++;
  146. rst.push('<Relationship Id="rId' + idx + '" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml"/>');
  147. idx++;
  148. rst.push('<Relationship Id="rId' + idx + '" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings" Target="sharedStrings.xml"/>');
  149. rst.push('</Relationships>');
  150. return rst;
  151. }
  152. function writeTheme() {
  153. // const rst = fs.readFileSync(__dirname + '/excel_base_files/theme1.xml', 'utf8', 'r');
  154. const rst = [`<?xml version="1.0"encoding="UTF-8"standalone="yes"?><a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"name="Office 主题"><a:themeElements><a:clrScheme name="Office"><a:dk1><a:sysClr val="windowText"lastClr="000000"/></a:dk1><a:lt1><a:sysClr val="window"lastClr="FFFFFF"/></a:lt1><a:dk2><a:srgbClr val="1F497D"/></a:dk2><a:lt2><a:srgbClr val="EEECE1"/></a:lt2><a:accent1><a:srgbClr val="4F81BD"/></a:accent1><a:accent2><a:srgbClr val="C0504D"/></a:accent2><a:accent3><a:srgbClr val="9BBB59"/></a:accent3><a:accent4><a:srgbClr val="8064A2"/></a:accent4><a:accent5><a:srgbClr val="4BACC6"/></a:accent5><a:accent6><a:srgbClr val="F79646"/></a:accent6><a:hlink><a:srgbClr val="0000FF"/></a:hlink><a:folHlink><a:srgbClr val="800080"/></a:folHlink></a:clrScheme><a:fontScheme name="Office"><a:majorFont><a:latin typeface="Cambria"/><a:ea typeface=""/><a:cs typeface=""/><a:font script="Jpan"typeface="MS Pゴシック"/><a:font script="Hang"typeface="맑은 고딕"/><a:font script="Hans"typeface="宋体"/><a:font script="Hant"typeface="新細明體"/><a:font script="Arab"typeface="Times New Roman"/><a:font script="Hebr"typeface="Times New Roman"/><a:font script="Thai"typeface="Tahoma"/><a:font script="Ethi"typeface="Nyala"/><a:font script="Beng"typeface="Vrinda"/><a:font script="Gujr"typeface="Shruti"/><a:font script="Khmr"typeface="MoolBoran"/><a:font script="Knda"typeface="Tunga"/><a:font script="Guru"typeface="Raavi"/><a:font script="Cans"typeface="Euphemia"/><a:font script="Cher"typeface="Plantagenet Cherokee"/><a:font script="Yiii"typeface="Microsoft Yi Baiti"/><a:font script="Tibt"typeface="Microsoft Himalaya"/><a:font script="Thaa"typeface="MV Boli"/><a:font script="Deva"typeface="Mangal"/><a:font script="Telu"typeface="Gautami"/><a:font script="Taml"typeface="Latha"/><a:font script="Syrc"typeface="Estrangelo Edessa"/><a:font script="Orya"typeface="Kalinga"/><a:font script="Mlym"typeface="Kartika"/><a:font script="Laoo"typeface="DokChampa"/><a:font script="Sinh"typeface="Iskoola Pota"/><a:font script="Mong"typeface="Mongolian Baiti"/><a:font script="Viet"typeface="Times New Roman"/><a:font script="Uigh"typeface="Microsoft Uighur"/></a:majorFont><a:minorFont><a:latin typeface="Calibri"/><a:ea typeface=""/><a:cs typeface=""/><a:font script="Jpan"typeface="MS Pゴシック"/><a:font script="Hang"typeface="맑은 고딕"/><a:font script="Hans"typeface="宋体"/><a:font script="Hant"typeface="新細明體"/><a:font script="Arab"typeface="Arial"/><a:font script="Hebr"typeface="Arial"/><a:font script="Thai"typeface="Tahoma"/><a:font script="Ethi"typeface="Nyala"/><a:font script="Beng"typeface="Vrinda"/><a:font script="Gujr"typeface="Shruti"/><a:font script="Khmr"typeface="DaunPenh"/><a:font script="Knda"typeface="Tunga"/><a:font script="Guru"typeface="Raavi"/><a:font script="Cans"typeface="Euphemia"/><a:font script="Cher"typeface="Plantagenet Cherokee"/><a:font script="Yiii"typeface="Microsoft Yi Baiti"/><a:font script="Tibt"typeface="Microsoft Himalaya"/><a:font script="Thaa"typeface="MV Boli"/><a:font script="Deva"typeface="Mangal"/><a:font script="Telu"typeface="Gautami"/><a:font script="Taml"typeface="Latha"/><a:font script="Syrc"typeface="Estrangelo Edessa"/><a:font script="Orya"typeface="Kalinga"/><a:font script="Mlym"typeface="Kartika"/><a:font script="Laoo"typeface="DokChampa"/><a:font script="Sinh"typeface="Iskoola Pota"/><a:font script="Mong"typeface="Mongolian Baiti"/><a:font script="Viet"typeface="Arial"/><a:font script="Uigh"typeface="Microsoft Uighur"/></a:minorFont></a:fontScheme><a:fmtScheme name="Office"><a:fillStyleLst><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="35000"><a:schemeClr val="phClr"><a:tint val="37000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="15000"/><a:satMod val="350000"/></a:schemeClr></a:gs></a:gsLst><a:lin ang="16200000"scaled="1"/></a:gradFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:shade val="51000"/><a:satMod val="130000"/></a:schemeClr></a:gs><a:gs pos="80000"><a:schemeClr val="phClr"><a:shade val="93000"/><a:satMod val="130000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="94000"/><a:satMod val="135000"/></a:schemeClr></a:gs></a:gsLst><a:lin ang="16200000"scaled="0"/></a:gradFill></a:fillStyleLst><a:lnStyleLst><a:ln w="9525"cap="flat"cmpd="sng"algn="ctr"><a:solidFill><a:schemeClr val="phClr"><a:shade val="95000"/><a:satMod val="105000"/></a:schemeClr></a:solidFill><a:prstDash val="solid"/></a:ln><a:ln w="25400"cap="flat"cmpd="sng"algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln><a:ln w="38100"cap="flat"cmpd="sng"algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln></a:lnStyleLst><a:effectStyleLst><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000"dist="20000"dir="5400000"rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="38000"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000"dist="23000"dir="5400000"rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000"dist="23000"dir="5400000"rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw></a:effectLst><a:scene3d><a:camera prst="orthographicFront"><a:rot lat="0"lon="0"rev="0"/></a:camera><a:lightRig rig="threePt"dir="t"><a:rot lat="0"lon="0"rev="1200000"/></a:lightRig></a:scene3d><a:sp3d><a:bevelT w="63500"h="25400"/></a:sp3d></a:effectStyle></a:effectStyleLst><a:bgFillStyleLst><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="350000"/></a:schemeClr></a:gs><a:gs pos="40000"><a:schemeClr val="phClr"><a:tint val="45000"/><a:shade val="99000"/><a:satMod val="350000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="20000"/><a:satMod val="255000"/></a:schemeClr></a:gs></a:gsLst><a:path path="circle"><a:fillToRect l="50000"t="-80000"r="50000"b="180000"/></a:path></a:gradFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="30000"/><a:satMod val="200000"/></a:schemeClr></a:gs></a:gsLst><a:path path="circle"><a:fillToRect l="50000"t="50000"r="50000"b="50000"/></a:path></a:gradFill></a:bgFillStyleLst></a:fmtScheme></a:themeElements><a:objectDefaults/><a:extraClrSchemeLst/></a:theme>`];
  155. // 前端没有这个文件,需要想想怎么给(说白了,也就是一个一个xml文件而已)
  156. return rst;
  157. }
  158. function writeStyles(stylesObj, hasSignature) {
  159. const rst = [];
  160. rst.push(dftHeadXml + '\r\n');
  161. rst.push('<styleSheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">');
  162. // 1. push fonts
  163. rst.push('<fonts count="' + stylesObj.fonts.length + '">');
  164. for (let i = 0; i < stylesObj.fonts.length; i++) {
  165. const font = stylesObj.fonts[i];
  166. rst.push('<font>');
  167. if (stringUtil.convertStrToBoolean(font[JV.FONT_PROPS[JV.FONT_PROP_IDX_BOLD]])) {
  168. rst.push('<b/>');
  169. }
  170. if (stringUtil.convertStrToBoolean(font[JV.FONT_PROPS[JV.FONT_PROP_IDX_ITALIC]])) {
  171. rst.push('<i/>');
  172. }
  173. if (stringUtil.convertStrToBoolean(font[JV.FONT_PROPS[JV.FONT_PROP_IDX_UNDERLINE]])) {
  174. rst.push('<u/>');
  175. }
  176. rst.push('<sz val="' + font.size + '"/>');
  177. rst.push('<color indexed="' + font.colorIdx + '"/>');
  178. rst.push('<name val="' + font[JV.FONT_PROPS[JV.FONT_PROP_IDX_NAME]] + '"/>');
  179. rst.push('<charset val="' + font.charset + '"/>');
  180. rst.push('</font>');
  181. }
  182. rst.push('</fonts>');
  183. // 2. push default fills
  184. rst.push('<fills count="2"><fill><patternFill patternType="none" /></fill><fill><patternFill patternType="gray125" /></fill></fills>');
  185. // 3. push borders
  186. rst.push('<borders count="' + stylesObj.borders.length + '">');
  187. const private_setBorder = function(border, borderDirection) {
  188. if (parseInt(border[borderDirection][JV.PROP_LINE_WEIGHT]) === 0) {
  189. rst.push('<' + borderDirection.toLowerCase() + '/>');
  190. } else {
  191. let bW = 'thin';
  192. if (parseInt(border[borderDirection][JV.PROP_LINE_WEIGHT]) === 2) bW = 'medium';
  193. if (parseInt(border[borderDirection][JV.PROP_LINE_WEIGHT]) > 2) bW = 'thick';
  194. rst.push('<' + borderDirection.toLowerCase() + ' style="' + bW + '"><color indexed="64"/></' + borderDirection.toLowerCase() + '>');
  195. }
  196. };
  197. for (let i = 0; i < stylesObj.borders.length; i++) {
  198. const border = stylesObj.borders[i];
  199. rst.push('<border>');
  200. private_setBorder(border, JV.PROP_LEFT);
  201. private_setBorder(border, JV.PROP_RIGHT);
  202. private_setBorder(border, JV.PROP_TOP);
  203. private_setBorder(border, JV.PROP_BOTTOM);
  204. rst.push('<diagonal />');
  205. rst.push('</border>');
  206. }
  207. rst.push('</borders>');
  208. // 4. push cellStyleXfs
  209. rst.push('<cellStyleXfs count="1"><xf numFmtId="0" fontId="0" fillId="0" borderId="0"><alignment vertical="center"/></xf></cellStyleXfs>');
  210. // 5. push cellXfs
  211. rst.push('<cellXfs count="' + stylesObj.cellXfs.length + '">');
  212. for (let i = 0; i < stylesObj.cellXfs.length; i++) {
  213. const excelStyle = stylesObj.cellXfs[i];
  214. rst.push('<xf numFmtId="0" fontId="' + excelStyle.fontId + '" fillId="0" borderId="' + excelStyle.borderId + '" xfId="0">');
  215. // pageData[JV.NODE_FONT_COLLECTION] excelStyle.fontId
  216. let alignStr = '<alignment';
  217. let textRotation = 0;
  218. let newHorizontal = excelStyle[JV.CONTROL_PROPS[2]];
  219. let newVertical = excelStyle[JV.CONTROL_PROPS[3]];
  220. if (excelStyle[JV.CONTROL_PROPS[5]] && !stringUtil.convertStrToBoolean(excelStyle[JV.CONTROL_PROPS[JV.CONTROL_PROP_IDX_CLOSE_OUTPUT]])) {
  221. newVertical = excelStyle[JV.CONTROL_PROPS[5]];
  222. }
  223. if (parseInt(excelStyle.fontAngle) !== 0) {
  224. let tmpH = newHorizontal;
  225. let tmpV = newVertical;
  226. if (excelStyle.fontAngle > 0) {
  227. textRotation = 180;
  228. if (newHorizontal === 'left') {
  229. tmpV = 'top';
  230. } else if (newHorizontal === 'right') {
  231. tmpV = 'bottom';
  232. } else {
  233. tmpV = 'center';
  234. }
  235. if (newVertical === 'top') {
  236. tmpH = 'right';
  237. } else if (newVertical === 'bottom') {
  238. tmpH = 'left';
  239. } else if (newVertical === 'justify') {
  240. tmpH = 'justify';
  241. } else {
  242. tmpH = 'center';
  243. }
  244. } else {
  245. textRotation = 90;
  246. if (newHorizontal === 'left') {
  247. tmpV = 'bottom';
  248. } else if (newHorizontal === 'right') {
  249. tmpV = 'top';
  250. } else {
  251. tmpV = 'center';
  252. }
  253. if (newVertical === 'top') {
  254. tmpH = 'left';
  255. } else if (newVertical === 'bottom') {
  256. tmpH = 'right';
  257. } else {
  258. tmpH = 'center';
  259. }
  260. }
  261. newHorizontal = tmpH;
  262. newVertical = tmpV;
  263. }
  264. alignStr += ' horizontal="' + newHorizontal + '" vertical="' + newVertical + '"';
  265. if (stringUtil.convertStrToBoolean(excelStyle[JV.CONTROL_PROPS[0]])) {
  266. alignStr += ' shrinkToFit="1"';
  267. }
  268. if (stringUtil.convertStrToBoolean(excelStyle[JV.CONTROL_PROPS[4]]) && !stringUtil.convertStrToBoolean(excelStyle[JV.CONTROL_PROPS[6]])) {
  269. alignStr += ' wrapText="1"';
  270. }
  271. if (textRotation !== 0) {
  272. alignStr += ' textRotation="' + textRotation + '"';
  273. }
  274. alignStr += '/>';
  275. rst.push(alignStr);
  276. rst.push('</xf>');
  277. }
  278. rst.push('</cellXfs>');
  279. // 6. others (xfl style / dxfs / tableStyles)
  280. rst.push('<cellStyles count="1"><cellStyle name="常规" xfId="0" builtinId="0"/></cellStyles>');
  281. rst.push('<dxfs count="0"/>');
  282. rst.push('<tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleLight16"/>');
  283. if (hasSignature) {
  284. rst.push('<extLst>');
  285. rst.push('<ext uri="{EB79DEF2-80B8-43e5-95BD-54CBDDF9020C}" xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main">');
  286. rst.push('<x14:slicerStyles defaultSlicerStyle="SlicerStyleLight1"/>');
  287. rst.push('</ext>');
  288. rst.push('<ext uri="{9260A510-F301-46a8-8635-F512D64BE5F5}" xmlns:x15="http://schemas.microsoft.com/office/spreadsheetml/2010/11/main">');
  289. rst.push('<x15:timelineStyles defaultTimelineStyle="TimeSlicerStyleLight1"/>');
  290. rst.push('</ext>');
  291. rst.push('</extLst>');
  292. }
  293. rst.push('</styleSheet>');
  294. return rst;
  295. }
  296. function writeSharedString(sharedStrList) {
  297. const rst = [];
  298. const pri_func_write = function(cellVal) {
  299. if (cellVal !== null) {
  300. if ((typeof cellVal === 'string') && cellVal.indexOf(' ') === 0) {
  301. rst.push('<si><t xml:space="preserve">' + cellVal + '</t></si>');
  302. } else {
  303. rst.push('<si><t>' + cellVal + '</t></si>');
  304. }
  305. }
  306. };
  307. if (sharedStrList && sharedStrList.length > 0) {
  308. rst.push(dftHeadXml + '\r\n');
  309. rst.push('<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" count="' + sharedStrList.length + '" uniqueCount="' + sharedStrList.length + '">');
  310. const regExp = new RegExp('<', 'gm');
  311. for (let i = 0; i < sharedStrList.length; i++) {
  312. if (typeof sharedStrList[i] === 'string') {
  313. // 转换特殊字符,如 < , 则需要转义一下
  314. sharedStrList[i] = sharedStrList[i].replace(regExp, '&lt;');
  315. if (sharedStrList[i].indexOf('|') >= 0) {
  316. // rst.push('<si><t>' + sharedStrList[i].split('|').join('\r\n') + '</t></si>');
  317. // rst.push('<si><t>' + sharedStrList[i].split('|').join('\n') + '</t></si>');
  318. pri_func_write(sharedStrList[i].split('|').join('\n'));
  319. } else {
  320. // rst.push('<si><t>' + sharedStrList[i] + '</t></si>');
  321. pri_func_write(sharedStrList[i]);
  322. }
  323. // rst.push('<si><t>' + sharedStrList[i].replace('|','\r\n') + '</t></si>');
  324. } else {
  325. // rst.push('<si><t>' + sharedStrList[i] + '</t></si>');
  326. pri_func_write(sharedStrList[i]);
  327. }
  328. }
  329. rst.push('</sst>');
  330. }
  331. return rst;
  332. }
  333. function _setupPgBrks(pageData) {
  334. pageData.pageBreaks = [];
  335. let pgBrkIdx = 0;
  336. const pgBrk = [];
  337. function _insertMaxBottom(pCells, targetBottomArr, chkTop) {
  338. if (pCells) {
  339. for (const cell of pCells) {
  340. let cb = parseFloat(cell[JV.PROP_AREA][JV.PROP_BOTTOM]);
  341. if (targetBottomArr.indexOf(cb) < 0) {
  342. targetBottomArr.push(cb);
  343. }
  344. if (chkTop || pCells.isStamp) {
  345. cb = parseFloat(cell[JV.PROP_AREA][JV.PROP_TOP]);
  346. if (targetBottomArr.indexOf(cb) < 0) {
  347. targetBottomArr.push(cb);
  348. }
  349. }
  350. }
  351. }
  352. }
  353. // for (const page of pageData.items) {
  354. // for (let i = 0; i < pageData.items.length - 1; i++) {
  355. for (let i = 0; i < pageData.items.length; i++) {
  356. const page = pageData.items[i];
  357. const maxBottomArr = [];
  358. _insertMaxBottom(page[JV.PROP_CELLS], maxBottomArr);
  359. _insertMaxBottom(page[JV.PROP_INTERACT_CELLS], maxBottomArr);
  360. _insertMaxBottom(page[JV.PROP_SIGNATURE_CELLS], maxBottomArr, true);
  361. _insertMaxBottom(page[JV.PROP_SIGNATURE_DATE_CELLS], maxBottomArr);
  362. _insertMaxBottom(page[JV.PROP_SIGNATURE_AUDIT_CELLS], maxBottomArr);
  363. _insertMaxBottom(page[JV.PROP_WATERMARK_CELLS], maxBottomArr, true);
  364. pgBrkIdx += maxBottomArr.length;
  365. pgBrk.push(pgBrkIdx);
  366. }
  367. pageData.pageBreaks.push(pgBrk);
  368. }
  369. function writeSheets(pageData, paperSize, sharedStrList, stylesObj, isSinglePage, custSheetMergeBands, hasSignature, signSheetIdxArr) {
  370. const rst = [];
  371. const private_pushDftFont = function() {
  372. const font = {};
  373. if (!(stylesObj.fonts)) {
  374. stylesObj.fonts = [];
  375. }
  376. font[JV.FONT_PROPS[JV.FONT_PROP_IDX_NAME]] = '宋体'; // font name
  377. font.size = 12;
  378. font.charset = 134;
  379. font.colorIdx = '8';
  380. stylesObj.fonts.push(font);
  381. };
  382. const private_buildFirstDftStyle = function() {
  383. stylesObj.cellXfs = [];
  384. stylesObj.borders = [];
  385. const fontId = 0;
  386. const borderId = 0;
  387. const border = {};
  388. border[JV.PROP_LEFT] = {};
  389. border[JV.PROP_LEFT][JV.PROP_LINE_WEIGHT] = 0;
  390. border[JV.PROP_RIGHT] = {};
  391. border[JV.PROP_RIGHT][JV.PROP_LINE_WEIGHT] = 0;
  392. border[JV.PROP_TOP] = {};
  393. border[JV.PROP_TOP][JV.PROP_LINE_WEIGHT] = 0;
  394. border[JV.PROP_BOTTOM] = {};
  395. border[JV.PROP_BOTTOM][JV.PROP_LINE_WEIGHT] = 0;
  396. stylesObj.borders.push(border);
  397. const cellControl = pageData[JV.NODE_CONTROL_COLLECTION].Default;
  398. const sheetControl = {};
  399. sheetControl.fontId = fontId;
  400. sheetControl.borderId = borderId;
  401. sheetControl.fontAngle = 0;
  402. for (let i = 0; i < JV.CONTROL_PROPS.length; i++) {
  403. sheetControl[JV.CONTROL_PROPS[i]] = cellControl[JV.CONTROL_PROPS[i]];
  404. }
  405. stylesObj.cellXfs.push(sheetControl);
  406. };
  407. private_pushDftFont();
  408. private_buildFirstDftStyle();
  409. let sheetIdx = 0;
  410. if (isSinglePage) {
  411. rst.push(writeSheet(pageData, null, paperSize, sharedStrList, stylesObj, null, hasSignature, sheetIdx, signSheetIdxArr, true, -1));
  412. } else {
  413. for (let i = 0; i < pageData.items.length; i++) {
  414. let appointedMergeBand = null;
  415. if (custSheetMergeBands && custSheetMergeBands.length > i) {
  416. appointedMergeBand = custSheetMergeBands[i];
  417. }
  418. rst.push(writeSheet(pageData, pageData.items[i], paperSize, sharedStrList, stylesObj, appointedMergeBand, hasSignature, sheetIdx, signSheetIdxArr, i === 0, i));
  419. sheetIdx++;
  420. }
  421. }
  422. return rst;
  423. }
  424. function getAndSetProperSignatureArea(cell, cellControl) {
  425. const area = getProperSignatureArea(cell, cellControl, 0, 0, JV);
  426. if (!!cell.isStamp) {
  427. area[JV.IDX_LEFT] = cell[JV.PROP_AREA][JV.PROP_LEFT];
  428. area[JV.IDX_TOP] = cell[JV.PROP_AREA][JV.PROP_TOP];
  429. area[JV.IDX_RIGHT] = cell[JV.PROP_AREA][JV.PROP_RIGHT];
  430. area[JV.IDX_BOTTOM] = cell[JV.PROP_AREA][JV.PROP_BOTTOM];
  431. }
  432. return area;
  433. }
  434. function preAnalyzePos(pageData, sheetData, xPos, yPos, yMultiPos) {
  435. let cell;
  436. let pos;
  437. const private_array_sort = function(i1, i2) {
  438. return (i1 - i2);
  439. };
  440. const private_set_cell_pos = function(theCell, theXPos, theYPos) {
  441. pos = theCell[JV.PROP_AREA][JV.PROP_LEFT];
  442. if (theXPos.indexOf(pos) < 0) theXPos.push(pos);
  443. pos = theCell[JV.PROP_AREA][JV.PROP_RIGHT];
  444. if (theXPos.indexOf(pos) < 0) theXPos.push(pos);
  445. pos = theCell[JV.PROP_AREA][JV.PROP_TOP];
  446. if (theYPos.indexOf(pos) < 0) theYPos.push(pos);
  447. pos = theCell[JV.PROP_AREA][JV.PROP_BOTTOM];
  448. if (theYPos.indexOf(pos) < 0) theYPos.push(pos);
  449. };
  450. const private_set_cell_pos2 = function(area, theXPos, theYPos) {
  451. pos = area[0];
  452. if (theXPos.indexOf(pos) < 0) theXPos.push(pos);
  453. pos = area[2];
  454. if (theXPos.indexOf(pos) < 0) theXPos.push(pos);
  455. pos = area[1];
  456. if (theYPos.indexOf(pos) < 0) theYPos.push(pos);
  457. pos = area[3];
  458. if (theYPos.indexOf(pos) < 0) theYPos.push(pos);
  459. };
  460. const self_analyze_sheet_pos = function(theShtData, theXPos, theYPos) {
  461. for (let i = 0; i < theShtData[JV.PROP_CELLS].length; i++) {
  462. cell = theShtData[JV.PROP_CELLS][i];
  463. private_set_cell_pos(cell, theXPos, theYPos);
  464. }
  465. for (let i = 0; i < theShtData[JV.PROP_INTERACT_CELLS].length; i++) {
  466. cell = theShtData[JV.PROP_INTERACT_CELLS][i];
  467. private_set_cell_pos(cell, theXPos, theYPos);
  468. }
  469. for (let i = 0; i < theShtData[JV.PROP_SIGNATURE_CELLS].length; i++) {
  470. cell = theShtData[JV.PROP_SIGNATURE_CELLS][i];
  471. private_set_cell_pos(cell, theXPos, theYPos);
  472. let cellControl;
  473. if (typeof cell[JV.PROP_CONTROL] === 'string') {
  474. cellControl = pageData[JV.NODE_CONTROL_COLLECTION][cell[JV.PROP_CONTROL]];
  475. } else {
  476. cellControl = cell[JV.PROP_CONTROL];
  477. }
  478. const area = getAndSetProperSignatureArea(cell, cellControl);
  479. private_set_cell_pos2(area, theXPos, theYPos);
  480. }
  481. for (let i = 0; i < theShtData[JV.PROP_SIGNATURE_DATE_CELLS].length; i++) {
  482. cell = theShtData[JV.PROP_SIGNATURE_DATE_CELLS][i];
  483. private_set_cell_pos(cell, theXPos, theYPos);
  484. }
  485. for (let i = 0; i < theShtData[JV.PROP_SIGNATURE_AUDIT_CELLS].length; i++) {
  486. cell = theShtData[JV.PROP_SIGNATURE_AUDIT_CELLS][i];
  487. private_set_cell_pos(cell, theXPos, theYPos);
  488. }
  489. for (let i = 0; i < theShtData[JV.PROP_WATERMARK_CELLS].length; i++) {
  490. cell = theShtData[JV.PROP_WATERMARK_CELLS][i];
  491. // private_set_cell_pos(cell, theXPos, theYPos);
  492. let cellControl;
  493. if (typeof cell[JV.PROP_CONTROL] === 'string') {
  494. cellControl = pageData[JV.NODE_CONTROL_COLLECTION][cell[JV.PROP_CONTROL]];
  495. } else {
  496. cellControl = cell[JV.PROP_CONTROL];
  497. }
  498. const area = getAndSetProperSignatureArea(cell, cellControl);
  499. private_set_cell_pos2(area, theXPos, theYPos);
  500. }
  501. };
  502. xPos.push(0);
  503. if (sheetData) {
  504. // current sheet data
  505. // console.log('preAnalyzePos not single');
  506. yPos.push(0);
  507. self_analyze_sheet_pos(sheetData, xPos, yPos);
  508. xPos.sort(private_array_sort);
  509. yPos.sort(private_array_sort);
  510. } else {
  511. // total data in one sheet
  512. const marginBottomPos = Math.round((pageData[JV.NODE_PAGE_INFO][JV.NODE_PAGE_SIZE][1] - parseFloat(pageData[JV.NODE_PAGE_INFO][JV.NODE_MARGINS][JV.PROP_BOTTOM]) / 2.54) * DPI);
  513. // console.log('preAnalyzePos isSingle start');
  514. for (const shtItemData of pageData.items) {
  515. const tmpPos = [];
  516. tmpPos.push(0);
  517. self_analyze_sheet_pos(shtItemData, xPos, tmpPos);
  518. tmpPos.sort(private_array_sort);
  519. if (marginBottomPos - tmpPos[tmpPos.length - 1] > 10) {
  520. // 此逻辑是为了防止打印跨页(假设有些报表模板高度设置离底部margin还好远,导出excel后预览时会发现跨页现象(即下一页的某几行数据会挪到前一页来预览))
  521. tmpPos.push(marginBottomPos - 10);
  522. }
  523. // console.log('preAnalyzePos push to yMultiPos');
  524. yMultiPos.push(tmpPos);
  525. }
  526. xPos.sort(private_array_sort);
  527. yPos.splice(0, yPos.length);
  528. for (const p of yMultiPos[0]) {
  529. yPos.push(p);
  530. }
  531. }
  532. }
  533. function writeSheet(pageData, sheetData, paperSize, sharedStrList, stylesObj, appointedMergeBand, hasSignature, sheetIdx, signSheetIdxArr, isFirstSheet, pgBrkIdx) {
  534. const rst = [];
  535. const xPos = [];
  536. const yPos = [];
  537. const yMultiPos = [];
  538. let currentMergeBorder = null;
  539. const headerStr = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
  540. let currentPageMergePos = null; // 在 JV.PAGING_OPTION_INFINITY 场合应用
  541. const private_getCellIdxStr = function(idx) {
  542. let rst = 'A';
  543. if (idx < 26) {
  544. rst = headerStr[idx];
  545. } else if (idx < 26 * 26 + 26) {
  546. const ti = Math.floor(idx / 26);
  547. const tj = idx % 26;
  548. rst = headerStr[ti - 1] + headerStr[tj];
  549. } else if (idx < 26 * 26 * 26 + 26) {
  550. const ti = Math.floor(idx / (26 * 26));
  551. const tj = Math.floor((idx - ti * 26 * 26) / 26);
  552. const tk = idx % 26;
  553. rst = headerStr[ti - 1] + headerStr[tj - 1] + headerStr[tk];
  554. }
  555. return rst;
  556. };
  557. const private_getSharedStrIdx = function(val) {
  558. let strVal = val;
  559. if (val === null || val === undefined || (typeof val === 'number' && isNaN(val))) {
  560. strVal = '';
  561. }
  562. let rst = sharedStrList.indexOf(strVal);
  563. if (rst < 0) {
  564. sharedStrList.push(strVal);
  565. rst = sharedStrList.length - 1;
  566. }
  567. return rst;
  568. };
  569. const private_getFontId = function(cell) {
  570. let rst = 0;
  571. let hasFont = false;
  572. if (!(stylesObj.fonts)) {
  573. stylesObj.fonts = [];
  574. // for (let i = 0; i < sheetData.font_collection)
  575. }
  576. let sheetFont = null;
  577. if (typeof cell[JV.PROP_FONT] === 'string') {
  578. sheetFont = pageData[JV.NODE_FONT_COLLECTION][cell[JV.PROP_FONT]];
  579. } else {
  580. sheetFont = cell[JV.PROP_FONT] || pageData[JV.NODE_FONT_COLLECTION]['Content'];
  581. }
  582. for (let i = 0; i < stylesObj.fonts.length; i++) {
  583. const font = stylesObj.fonts[i];
  584. if (sheetFont) {
  585. if (font[JV.FONT_PROPS[JV.FONT_PROP_IDX_NAME]] === sheetFont[JV.FONT_PROPS[JV.FONT_PROP_IDX_NAME]] && font.size === Math.floor(sheetFont[JV.FONT_PROPS[1]] * 3 / 4)
  586. && font[JV.FONT_PROPS[JV.FONT_PROP_IDX_BOLD]] === sheetFont[JV.FONT_PROPS[JV.FONT_PROP_IDX_BOLD]] && font[JV.FONT_PROPS[JV.FONT_PROP_IDX_ITALIC]] === sheetFont[JV.FONT_PROPS[JV.FONT_PROP_IDX_ITALIC]]
  587. && font[JV.FONT_PROPS[JV.FONT_PROP_IDX_UNDERLINE]] === sheetFont[JV.FONT_PROPS[JV.FONT_PROP_IDX_UNDERLINE]]) {
  588. hasFont = true;
  589. rst = i;
  590. break;
  591. }
  592. } else {
  593. break;
  594. }
  595. }
  596. if (!hasFont) {
  597. const font = {};
  598. font[JV.FONT_PROPS[JV.FONT_PROP_IDX_NAME]] = sheetFont[JV.FONT_PROPS[JV.FONT_PROP_IDX_NAME]]; // font name
  599. // font.size = Math.round(sheetFont[JV.FONT_PROPS[1]] * 3 / 4);
  600. font.size = Math.floor(sheetFont[JV.FONT_PROPS[1]] * 3 / 4);
  601. font.charset = 134;
  602. font.colorIdx = '8';
  603. font[JV.FONT_PROPS[JV.FONT_PROP_IDX_BOLD]] = sheetFont[JV.FONT_PROPS[JV.FONT_PROP_IDX_BOLD]]; // font bold
  604. font[JV.FONT_PROPS[JV.FONT_PROP_IDX_ITALIC]] = sheetFont[JV.FONT_PROPS[JV.FONT_PROP_IDX_ITALIC]]; // font italic
  605. font[JV.FONT_PROPS[JV.FONT_PROP_IDX_UNDERLINE]] = sheetFont[JV.FONT_PROPS[JV.FONT_PROP_IDX_UNDERLINE]]; // font underline
  606. stylesObj.fonts.push(font);
  607. rst = stylesObj.fonts.length - 1;
  608. }
  609. return rst;
  610. };
  611. const private_chkAndGetMergeLine = function(cell, sheetBorder, borderStr, needFurtherChk) {
  612. let rst = 0;
  613. const mergeBorder = currentMergeBorder;
  614. let mergeBand = pageData[JV.BAND_PROP_MERGE_BAND];
  615. if (appointedMergeBand !== null) {
  616. mergeBand = appointedMergeBand;
  617. }
  618. if (sheetBorder[borderStr] && sheetBorder[borderStr][JV.PROP_LINE_WEIGHT] !== undefined) {
  619. rst = sheetBorder[borderStr][JV.PROP_LINE_WEIGHT];
  620. }
  621. if (currentPageMergePos) {
  622. const side = currentPageMergePos[borderStr];
  623. if (side.indexOf(cell[JV.PROP_AREA][borderStr]) >= 0) {
  624. if (needFurtherChk) {
  625. const topSide = currentPageMergePos[JV.PROP_TOP];
  626. const bottomSide = currentPageMergePos[JV.PROP_BOTTOM];
  627. for (let i = 0; i < topSide.length; i++) {
  628. if (cell[JV.PROP_AREA][JV.PROP_TOP] >= topSide[i]) {
  629. if (cell[JV.PROP_AREA][JV.PROP_BOTTOM] <= bottomSide[i]) {
  630. const destStyle = pageData[JV.NODE_STYLE_COLLECTION][mergeBand[JV.PROP_STYLE][JV.PROP_ID]];
  631. rst = destStyle[borderStr][JV.PROP_LINE_WEIGHT];
  632. break;
  633. }
  634. } else {
  635. break;
  636. }
  637. }
  638. } else {
  639. const destStyle = pageData[JV.NODE_STYLE_COLLECTION][mergeBand[JV.PROP_STYLE][JV.PROP_ID]];
  640. rst = destStyle[borderStr][JV.PROP_LINE_WEIGHT];
  641. }
  642. }
  643. } else {
  644. if (mergeBorder && mergeBorder[borderStr] && cell[JV.PROP_AREA][borderStr] === mergeBorder[borderStr]) {
  645. const destStyle = pageData[JV.NODE_STYLE_COLLECTION][mergeBand[JV.PROP_STYLE][JV.PROP_ID]];
  646. if (needFurtherChk) {
  647. if (cell[JV.PROP_AREA][JV.PROP_TOP] >= mergeBorder[JV.PROP_TOP] &&
  648. cell[JV.PROP_AREA][JV.PROP_BOTTOM] <= mergeBorder[JV.PROP_BOTTOM]) {
  649. rst = destStyle[borderStr][JV.PROP_LINE_WEIGHT];
  650. }
  651. } else {
  652. rst = destStyle[borderStr][JV.PROP_LINE_WEIGHT];
  653. }
  654. }
  655. }
  656. return parseInt(rst);
  657. };
  658. const private_checkBorder = function(cell, border, sheetBorder) {
  659. let rst = true;
  660. const borderLineWidths = [];
  661. const sheetBorderLineWidths = [];
  662. borderLineWidths.push(border[JV.PROP_LEFT][JV.PROP_LINE_WEIGHT]);
  663. borderLineWidths.push(border[JV.PROP_RIGHT][JV.PROP_LINE_WEIGHT]);
  664. borderLineWidths.push(border[JV.PROP_TOP][JV.PROP_LINE_WEIGHT]);
  665. borderLineWidths.push(border[JV.PROP_BOTTOM][JV.PROP_LINE_WEIGHT]);
  666. if (sheetBorder[JV.PROP_LEFT] && sheetBorder[JV.PROP_LEFT][JV.PROP_LINE_WEIGHT]) {
  667. sheetBorderLineWidths.push(private_chkAndGetMergeLine(cell, sheetBorder, JV.PROP_LEFT, true));
  668. } else {
  669. sheetBorderLineWidths.push(0);
  670. }
  671. if (sheetBorder[JV.PROP_RIGHT] && sheetBorder[JV.PROP_RIGHT][JV.PROP_LINE_WEIGHT]) {
  672. sheetBorderLineWidths.push(private_chkAndGetMergeLine(cell, sheetBorder, JV.PROP_RIGHT, true));
  673. } else {
  674. sheetBorderLineWidths.push(0);
  675. }
  676. if (sheetBorder[JV.PROP_TOP] && sheetBorder[JV.PROP_TOP][JV.PROP_LINE_WEIGHT]) {
  677. sheetBorderLineWidths.push(private_chkAndGetMergeLine(cell, sheetBorder, JV.PROP_TOP, false));
  678. } else {
  679. sheetBorderLineWidths.push(0);
  680. }
  681. if (sheetBorder[JV.PROP_BOTTOM] && sheetBorder[JV.PROP_BOTTOM][JV.PROP_LINE_WEIGHT]) {
  682. sheetBorderLineWidths.push(private_chkAndGetMergeLine(cell, sheetBorder, JV.PROP_BOTTOM, false));
  683. } else {
  684. sheetBorderLineWidths.push(0);
  685. }
  686. for (let i = 0; i < 4; i++) {
  687. if (borderLineWidths[i] != sheetBorderLineWidths[i]) {
  688. rst = false;
  689. break;
  690. }
  691. }
  692. return rst;
  693. };
  694. const private_getIniBorder = function() {
  695. const rst = {};
  696. rst[JV.PROP_LEFT] = {};
  697. rst[JV.PROP_LEFT][JV.PROP_LINE_WEIGHT] = 0;
  698. rst[JV.PROP_RIGHT] = {};
  699. rst[JV.PROP_RIGHT][JV.PROP_LINE_WEIGHT] = 0;
  700. rst[JV.PROP_TOP] = {};
  701. rst[JV.PROP_TOP][JV.PROP_LINE_WEIGHT] = 0;
  702. rst[JV.PROP_BOTTOM] = {};
  703. rst[JV.PROP_BOTTOM][JV.PROP_LINE_WEIGHT] = 0;
  704. return rst;
  705. };
  706. const private_getBorderId = function(cell) {
  707. let rst = 0;
  708. let hasBorder = false;
  709. if (!(stylesObj.borders)) {
  710. stylesObj.borders = [];
  711. }
  712. const sheetBorder = pageData[JV.NODE_STYLE_COLLECTION][cell.style];
  713. const mergedBorder = private_getIniBorder();
  714. mergedBorder[JV.PROP_LEFT][JV.PROP_LINE_WEIGHT] = private_chkAndGetMergeLine(cell, sheetBorder, JV.PROP_LEFT, true);
  715. mergedBorder[JV.PROP_RIGHT][JV.PROP_LINE_WEIGHT] = private_chkAndGetMergeLine(cell, sheetBorder, JV.PROP_RIGHT, true);
  716. mergedBorder[JV.PROP_TOP][JV.PROP_LINE_WEIGHT] = private_chkAndGetMergeLine(cell, sheetBorder, JV.PROP_TOP, false);
  717. mergedBorder[JV.PROP_BOTTOM][JV.PROP_LINE_WEIGHT] = private_chkAndGetMergeLine(cell, sheetBorder, JV.PROP_BOTTOM, false);
  718. for (let i = 0; i < stylesObj.borders.length; i++) {
  719. const border = stylesObj.borders[i];
  720. if (private_checkBorder(cell, border, mergedBorder)) {
  721. hasBorder = true;
  722. rst = i;
  723. break;
  724. }
  725. }
  726. if (!hasBorder) {
  727. stylesObj.borders.push(mergedBorder);
  728. rst = stylesObj.borders.length - 1;
  729. }
  730. return rst;
  731. };
  732. const private_checkControl = function(cellControl, sheetControl) {
  733. let rst = true;
  734. for (let i = 0; i < JV.CONTROL_PROPS.length; i++) {
  735. if (cellControl[JV.CONTROL_PROPS[i]] !== sheetControl[JV.CONTROL_PROPS[i]]) {
  736. rst = false;
  737. break;
  738. }
  739. }
  740. return rst;
  741. };
  742. const private_getStyleId = function(cell) {
  743. let rst = 1;
  744. let hasStyle = false;
  745. if (!(stylesObj.cellXfs)) stylesObj.cellXfs = [];
  746. const fontId = private_getFontId(cell);
  747. let fontAngle = 0;
  748. if (typeof cell[JV.PROP_FONT] === 'string') {
  749. fontAngle = parseInt(pageData[JV.NODE_FONT_COLLECTION][cell[JV.PROP_FONT]].FontAngle);
  750. } else {
  751. fontAngle = parseInt(cell[JV.PROP_FONT].FontAngle);
  752. // fontAngle = parseInt(cell[JV.PROP_FONT]?.FontAngle || 0);
  753. }
  754. const borderId = private_getBorderId(cell);
  755. let cellControl = null;
  756. if (typeof cell[JV.PROP_CONTROL] === 'string') {
  757. cellControl = pageData[JV.NODE_CONTROL_COLLECTION][cell[JV.PROP_CONTROL]];
  758. } else {
  759. cellControl = cell[JV.PROP_CONTROL];
  760. }
  761. for (let i = 0; i < stylesObj.cellXfs.length; i++) {
  762. const sheetControl = stylesObj.cellXfs[i];
  763. if (sheetControl.fontId === fontId && sheetControl.borderId === borderId) {
  764. if (private_checkControl(cellControl, sheetControl)) {
  765. rst = i;
  766. hasStyle = true;
  767. break;
  768. }
  769. }
  770. }
  771. if (!hasStyle) {
  772. const sheetControl = {};
  773. sheetControl.fontId = fontId;
  774. sheetControl.borderId = borderId;
  775. sheetControl.fontAngle = fontAngle;
  776. for (let i = 0; i < JV.CONTROL_PROPS.length; i++) {
  777. sheetControl[JV.CONTROL_PROPS[i]] = cellControl[JV.CONTROL_PROPS[i]];
  778. }
  779. stylesObj.cellXfs.push(sheetControl);
  780. rst = stylesObj.cellXfs.length - 1;
  781. }
  782. return rst;
  783. };
  784. const private_setCols = function() {
  785. // remark: 1 excel unit width = 2.117 mm
  786. rst.push('<cols>');
  787. let w = 0;
  788. for (let i = 1; i < xPos.length - 1; i++) {
  789. w = (xPos[i + 1] - xPos[i]) / DPI * 25.4 / 2.117;
  790. w = Math.round(w * 1000) / 1000;
  791. rst.push('<col min="' + i + '" max="' + i + '" width="' + w + '" customWidth="1"/>');
  792. }
  793. rst.push('<col min="' + (xPos.length - 1) + '" max="' + (xPos.length - 1) + '" width="' + 10 + '" customWidth="1"/>');
  794. rst.push('</cols>');
  795. };
  796. const private_setMergedCells = function() {
  797. let cnt = 0;
  798. rst.push('<mergeCells count="?">');
  799. const startIdx = rst.length - 1;
  800. const self_setMergedCells = function(cells, theYPos, offsetY) {
  801. for (let i = 0; i < cells.length; i++) {
  802. const cell = cells[i];
  803. if (!cell.isStamp) {
  804. const idxR = xPos.indexOf(cell[JV.PROP_AREA][JV.PROP_RIGHT]);
  805. const idxL = xPos.indexOf(cell[JV.PROP_AREA][JV.PROP_LEFT]);
  806. const idxB = theYPos.indexOf(cell[JV.PROP_AREA][JV.PROP_BOTTOM]);
  807. const idxT = theYPos.indexOf(cell[JV.PROP_AREA][JV.PROP_TOP]);
  808. if (idxR - idxL > 1 || idxB - idxT > 1) {
  809. rst.push('<mergeCell ref="' + private_getCellIdxStr(idxL - 1) + (idxT + offsetY) + ':' + private_getCellIdxStr(idxR - 2) + (idxB - 1 + offsetY) + '"/>');
  810. cnt++;
  811. }
  812. }
  813. }
  814. };
  815. if (sheetData) {
  816. // self_setMergedCells(sheetData, yPos, 0);
  817. self_setMergedCells(sheetData[JV.PROP_CELLS], yPos, 0);
  818. self_setMergedCells(sheetData[JV.PROP_INTERACT_CELLS], yPos, 0);
  819. if (sheetData[JV.PROP_SIGNATURE_DATE_CELLS]) self_setMergedCells(sheetData[JV.PROP_SIGNATURE_DATE_CELLS], yPos, 0);
  820. if (sheetData[JV.PROP_SIGNATURE_AUDIT_CELLS]) self_setMergedCells(sheetData[JV.PROP_SIGNATURE_AUDIT_CELLS], yPos, 0);
  821. } else {
  822. let osY = 0;
  823. for (let i = 0; i < pageData.items.length; i++) {
  824. const shtItemData = pageData.items[i];
  825. const tmpPos = yMultiPos[i];
  826. // self_setMergedCells(shtItemData, tmpPos, osY);
  827. self_setMergedCells(shtItemData[JV.PROP_CELLS], tmpPos, osY);
  828. self_setMergedCells(shtItemData[JV.PROP_INTERACT_CELLS], tmpPos, osY);
  829. if (shtItemData[JV.PROP_SIGNATURE_DATE_CELLS]) self_setMergedCells(shtItemData[JV.PROP_SIGNATURE_DATE_CELLS], tmpPos, osY);
  830. if (shtItemData[JV.PROP_SIGNATURE_AUDIT_CELLS]) self_setMergedCells(shtItemData[JV.PROP_SIGNATURE_AUDIT_CELLS], tmpPos, osY);
  831. osY += tmpPos.length - 2;
  832. }
  833. }
  834. rst[startIdx] = '<mergeCells count="' + cnt + '">';
  835. rst.push('</mergeCells>');
  836. };
  837. const private_setSheetData = function() {
  838. // remark: 1 excel unit height = 0.3612 mm
  839. rst.push('<sheetData>');
  840. const spanX = xPos.length - 2;
  841. let cellIdx = 0;
  842. let h = 0;
  843. const self_create_cell = function(cells, rows, theYPos) {
  844. let rowIdx1 = 0;
  845. let colIdx1 = 0;
  846. let rowIdx2 = 0;
  847. let colIdx2 = 0;
  848. for (let cIdx = 0; cIdx < cells.length; cIdx++) {
  849. const styleIdx = private_getStyleId(cells[cIdx]);
  850. rowIdx1 = theYPos.indexOf(cells[cIdx][JV.PROP_AREA][JV.PROP_TOP]);
  851. colIdx1 = xPos.indexOf(cells[cIdx][JV.PROP_AREA][JV.PROP_LEFT]);
  852. if (rowIdx1 <= rows.length) {
  853. let cellObj = rows[rowIdx1 - 1].items[colIdx1 - 1];
  854. cellObj.s = styleIdx;
  855. cellObj.isBlank = false;
  856. if (!(stringUtil.isEmptyString(cells[cIdx][JV.PROP_VALUE]))) {
  857. const valIdx = private_getSharedStrIdx(cells[cIdx][JV.PROP_VALUE]);
  858. cellObj.v = valIdx;
  859. }
  860. rowIdx2 = theYPos.indexOf(cells[cIdx][JV.PROP_AREA][JV.PROP_BOTTOM]);
  861. colIdx2 = xPos.indexOf(cells[cIdx][JV.PROP_AREA][JV.PROP_RIGHT]);
  862. if ((rowIdx2 - rowIdx1 > 1) || (colIdx2 - colIdx1 > 1)) {
  863. for (let i = 0; i < rowIdx2 - rowIdx1; i++) {
  864. for (let j = 0; j < colIdx2 - colIdx1; j++) {
  865. if (i === 0 && j === 0) continue;
  866. cellObj = rows[rowIdx1 - 1 + i].items[colIdx1 - 1 + j];
  867. cellObj.s = styleIdx;
  868. cellObj.isBlank = true;
  869. }
  870. }
  871. }
  872. }
  873. }
  874. };
  875. const self_setDataEx = function(theShtData, theYPos, rowOffset) {
  876. const rows = [];
  877. // 1. build full set of blank rows/cells
  878. for (let i = 1; i < theYPos.length - 1; i++) {
  879. const rowObj = {};
  880. h = (theYPos[i + 1] - theYPos[i]) / DPI * 25.4 / 0.3612;
  881. h = Math.round(h * 1000) / 1000;
  882. rowObj.height = h;
  883. rowObj.r = i + rowOffset;
  884. rowObj.items = [];
  885. rows.push(rowObj);
  886. for (let j = 1; j < xPos.length - 1; j++) {
  887. const colIdxStr = private_getCellIdxStr(j - 1);
  888. const cellObj = {};
  889. cellObj.r = colIdxStr + (i + rowOffset);
  890. cellObj.s = 0;
  891. cellObj.isBlank = true;
  892. rows[i - 1].items.push(cellObj);
  893. }
  894. }
  895. // 2. then fill up the cell style-ids and values
  896. self_create_cell(theShtData[JV.PROP_CELLS], rows, theYPos);
  897. self_create_cell(theShtData[JV.PROP_INTERACT_CELLS], rows, theYPos);
  898. self_create_cell(theShtData[JV.PROP_SIGNATURE_DATE_CELLS], rows, theYPos);
  899. self_create_cell(theShtData[JV.PROP_SIGNATURE_AUDIT_CELLS], rows, theYPos);
  900. // fsUtil.writeObjToFile(newPageData, 'D:/GitHome/ConstructionOperation/tmp/combinedHeader.js');
  901. // console.log('theShtData[JV.PROP_SIGNATURE_AUDIT_CELLS]: ');
  902. // console.log(theShtData[JV.PROP_SIGNATURE_AUDIT_CELLS]);
  903. // 3. then fill up rst
  904. for (let i = 0; i < rows.length; i++) {
  905. rst.push('<row r="' + (i + 1 + rowOffset) + '" spans="1:' + spanX + '" ht="' + rows[i].height + '" customHeight="1">');
  906. for (let j = 0; j < rows[i].items.length; j++) {
  907. const cellObj = rows[i].items[j];
  908. if (cellObj.v === undefined) {
  909. rst.push('<c r="' + cellObj.r + '" s="' + cellObj.s + '"/>');
  910. } else {
  911. rst.push('<c r="' + cellObj.r + '" s="' + cellObj.s + '" t="s">');
  912. rst.push('<v>' + cellObj.v + '</v>');
  913. rst.push('</c>');
  914. }
  915. }
  916. rst.push('</row>');
  917. }
  918. // 4. maybe need to dispose the memory
  919. // ...
  920. };
  921. if (sheetData) {
  922. // current sheet data
  923. currentPageMergePos = sheetData[JV.PAGE_SPECIAL_MERGE_POS];
  924. currentMergeBorder = sheetData[JV.PROP_PAGE_MERGE_BORDER];
  925. if (hasSignature && sheetData[JV.PROP_SIGNATURE_CELLS] && sheetData[JV.PROP_SIGNATURE_CELLS].length > 0) {
  926. // 有签名情况下,还是有必要创建一个dummy cell的(画框用)
  927. _createDummyCell(sheetData[JV.PROP_SIGNATURE_CELLS], sheetData);
  928. }
  929. self_setDataEx(sheetData, yPos, 0);
  930. } else {
  931. // total data in one sheet
  932. let rowOffset = 0;
  933. for (let i = 0; i < pageData.items.length; i++) {
  934. const shtItemData = pageData.items[i];
  935. currentPageMergePos = shtItemData[JV.PAGE_SPECIAL_MERGE_POS];
  936. currentMergeBorder = shtItemData[JV.PROP_PAGE_MERGE_BORDER];
  937. const tmpPos = yMultiPos[i];
  938. // console.log(yMultiPos[i]);
  939. cellIdx = 0;
  940. if (hasSignature && shtItemData[JV.PROP_SIGNATURE_CELLS] && shtItemData[JV.PROP_SIGNATURE_CELLS].length > 0) {
  941. // 有签名情况下,还是有必要创建一个dummy cell的(画框用)
  942. _createDummyCell(shtItemData[JV.PROP_SIGNATURE_CELLS], shtItemData);
  943. }
  944. self_setDataEx(shtItemData, tmpPos, rowOffset);
  945. rowOffset += tmpPos.length - 2;
  946. }
  947. }
  948. rst.push('</sheetData>');
  949. };
  950. preAnalyzePos(pageData, sheetData, xPos, yPos, yMultiPos);
  951. rst.push(dftHeadXml + '\r\n');
  952. rst.push('<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">');
  953. const colStr = private_getCellIdxStr(xPos.length - 3);
  954. rst.push('<dimension ref="A1:' + colStr + '' + yPos.length + '"/>');
  955. if (isFirstSheet) {
  956. rst.push('<sheetViews><sheetView showGridLines="1" tabSelected="1" workbookViewId="0">');
  957. } else {
  958. rst.push('<sheetViews><sheetView showGridLines="1" workbookViewId="0">');
  959. }
  960. // rst.push('<selection sqref="A1:' + colStr + '1"/>');
  961. rst.push('<selection sqref="A1:A1"/>');
  962. rst.push('</sheetView></sheetViews>');
  963. rst.push('<sheetFormatPr defaultRowHeight="13.5"/>');
  964. private_setCols();
  965. private_setSheetData();
  966. private_setMergedCells();
  967. rst.push('<phoneticPr fontId="1" type="noConversion"/>');
  968. // rst.push('<pageMargins left="0.315" right="0.215" top="0.315" bottom="0.315" header="0" footer="0"/>');
  969. rst.push('<pageMargins left="' + (parseFloat(pageData[JV.NODE_PAGE_INFO][JV.NODE_MARGINS][JV.PROP_LEFT]) * 0.39375) +
  970. '" right="0.215" top="0.315" bottom="0.315" header="0" footer="0"/>');
  971. let actPageSize = paperSize;
  972. if (sheetData && sheetData[JV.PROP_PAGE_SIZE]) {
  973. actPageSize = sheetData[JV.PROP_PAGE_SIZE];
  974. } else {
  975. actPageSize = (pageData[JV.NODE_PAGE_INFO][JV.PROP_PAGE_SIZE] !== 'A3') ? paperSize : pageData[JV.NODE_PAGE_INFO][JV.PROP_PAGE_SIZE];
  976. }
  977. // 这里的逻辑是:如果初始设置为A3的模板,表示为固化显示(未来可能会有其他的标记来处理,目前先这样)
  978. const paperSizeIdx = JV.PAGES_SIZE_STR.indexOf(actPageSize);
  979. let pStr = '';
  980. if (paperSizeIdx >= 0) {
  981. pStr = 'paperSize="' + JV.PAGES_SIZE_IDX[paperSizeIdx] + '"';
  982. }
  983. let orientationStr = (pageData[JV.NODE_PAGE_INFO][JV.NODE_PAGE_SIZE][0] > pageData[JV.NODE_PAGE_INFO][JV.NODE_PAGE_SIZE][1]) ? 'landscape' : 'portrait';
  984. if (currentPageMergePos) {
  985. orientationStr = (currentPageMergePos[JV.NODE_PAGE_SIZE][0] > currentPageMergePos[JV.NODE_PAGE_SIZE][1]) ? 'landscape' : 'portrait';
  986. }
  987. rst.push('<pageSetup ' + pStr + ' fitToWidth="0" fitToHeight="0" orientation="' + orientationStr + '" />');
  988. rst.push('<headerFooter alignWithMargins="0"/>');
  989. // 插入分页符---------------------------
  990. if (pageData.pageBreaks) {
  991. let pgBrks = [];
  992. if (sheetData !== null) {
  993. pgBrks = pageData.pageBreaks[pgBrkIdx];
  994. } else {
  995. pgBrks = pageData.pageBreaks[0];
  996. }
  997. if (pgBrks.length > 1) {
  998. rst.push('<rowBreaks count="' + pgBrks.length + '" manualBreakCount="' + pgBrks.length + '" >');
  999. for (let pbi = 0; pbi < pgBrks.length; pbi++) {
  1000. rst.push('<brk id="' + pgBrks[pbi] + '" max="16383" man="1" />');
  1001. }
  1002. rst.push('</rowBreaks>');
  1003. }
  1004. }
  1005. // 插入分页符结束---------------------------
  1006. // 图形要放在最后,否则excel会报错(但WPS不会)
  1007. if (hasSignature && (sheetData === null || signSheetIdxArr[sheetIdx])) {
  1008. rst.push('<drawing r:id="rId1"/>');
  1009. }
  1010. rst.push('</worksheet>');
  1011. return rst;
  1012. }
  1013. function writeWorkSheetRels(signSheetIdx) {
  1014. const rst = [];
  1015. rst.push('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>');
  1016. rst.push('<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">');
  1017. rst.push('<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing" Target="../drawings/drawing' + signSheetIdx + '.xml"/>');
  1018. rst.push('</Relationships>');
  1019. return rst;
  1020. }
  1021. async function writeImage(path, pic) {
  1022. let rst = null;
  1023. if (pic) {
  1024. rst = convertPicBase64ToBlob(pic);
  1025. } else if (path) {
  1026. // 前端方式处理不同,不用考虑哪里(水印也是),直接都一股脑地申请下载即可(重复的浏览器会找cache!)
  1027. let picpath = path; // 前端的path已经是完整的了
  1028. rst = await getBlob(picpath); //这里通过getBlob函数得到的结果已经是所需要的流数据,无需转换
  1029. }
  1030. return rst;
  1031. }
  1032. function writeDrawings(pageData, signKeyArr, signPathArr, isSinglePage, signSheetIdxArr) {
  1033. const rst = [];
  1034. // 优化调整,不再每页都设置一个,重复的签名只需要一个即可(极端case: 13xx多页的签名文档,导出有1.3G大)
  1035. if (isSinglePage) {
  1036. rst.push(writeDrawing(pageData, null, signKeyArr, 0));
  1037. } else {
  1038. for (let i = 0; i < pageData.items.length; i++) {
  1039. if (signSheetIdxArr[i]) {
  1040. rst.push(writeDrawing(pageData, pageData.items[i], signKeyArr, i));
  1041. }
  1042. }
  1043. }
  1044. // */
  1045. return rst;
  1046. }
  1047. function writeDrawing(pageData, sheetData, subSignKeyArr, sheetIdx) {
  1048. const rst = [];
  1049. const xPos = [];
  1050. const yPos = [];
  1051. const yMultiPos = [];
  1052. const _getPicIndex = (signCell) => {
  1053. // signatureCell.flowAccIdx = signPath.flowAccIdx;
  1054. let signKey = signCell.signature_name;
  1055. if (signCell.hasOwnProperty('flowAccIdx') && signCell.flowAccIdx >= 0) {
  1056. signKey = `${signCell.signature_name}_${signCell.flowAccIdx}`;
  1057. }
  1058. return subSignKeyArr.indexOf(signKey);
  1059. };
  1060. const private_setSheetDrawingCellData = function(signCell, theYPos, startPicIdx, offsetRow) {
  1061. let cellControl;
  1062. if (typeof signCell[JV.PROP_CONTROL] === 'string') {
  1063. cellControl = pageData[JV.NODE_CONTROL_COLLECTION][signCell[JV.PROP_CONTROL]];
  1064. } else {
  1065. cellControl = signCell[JV.PROP_CONTROL];
  1066. }
  1067. const area = getAndSetProperSignatureArea(signCell, cellControl);
  1068. // 1. from
  1069. // let colIdx = xPos.indexOf(signCell[JV.PROP_AREA][JV.PROP_LEFT]);
  1070. // let rowIdx = theYPos.indexOf(signCell[JV.PROP_AREA][JV.PROP_TOP]) + offsetRow; // 这里要考虑Row的偏移量(多页在同同一个sheet输出)
  1071. let colIdx = xPos.indexOf(area[0]);
  1072. let rowIdx = theYPos.indexOf(area[1]) + offsetRow; // 这里要考虑Row的偏移量(多页在同同一个sheet输出)
  1073. // 因为 xPos, theYPos的首位是0,所以还需要减1
  1074. colIdx--;
  1075. rowIdx--;
  1076. rst.push('<xdr:twoCellAnchor editAs="oneCell">');
  1077. rst.push('<xdr:from>');
  1078. rst.push('<xdr:col>' + colIdx + '</xdr:col>');
  1079. rst.push('<xdr:colOff>0</xdr:colOff>');
  1080. rst.push('<xdr:row>' + rowIdx + '</xdr:row>');
  1081. rst.push('<xdr:rowOff>0</xdr:rowOff>');
  1082. rst.push('</xdr:from>');
  1083. // 2. to
  1084. colIdx = xPos.indexOf(area[2]);
  1085. rowIdx = theYPos.indexOf(area[3]) + offsetRow;
  1086. // 因为 xPos, theYPos的首位是0,所以还需要减1
  1087. colIdx--;
  1088. rowIdx--;
  1089. rst.push('<xdr:to>');
  1090. rst.push('<xdr:col>' + colIdx + '</xdr:col>');
  1091. rst.push('<xdr:colOff>0</xdr:colOff>');
  1092. rst.push('<xdr:row>' + rowIdx + '</xdr:row>');
  1093. rst.push('<xdr:rowOff>0</xdr:rowOff>');
  1094. rst.push('</xdr:to>');
  1095. // 3. pic
  1096. rst.push('<xdr:pic>');
  1097. // 3.1
  1098. rst.push('<xdr:nvPicPr>');
  1099. rst.push('<xdr:cNvPr id="' + startPicIdx + '" name="图片 ' + startPicIdx + '"/>');
  1100. rst.push('<xdr:cNvPicPr><a:picLocks noChangeAspect="1" noChangeArrowheads="1"/></xdr:cNvPicPr>');
  1101. rst.push('</xdr:nvPicPr>');
  1102. // 3.2
  1103. rst.push('<xdr:blipFill>');
  1104. // 重点!!!
  1105. // const picIdx = subSignKeyArr.indexOf(signCell.signature_name) + 1;
  1106. const picIdx = _getPicIndex(signCell) + 1;
  1107. // 3.2.1
  1108. rst.push('<a:blip xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" r:embed="rId' + picIdx + '" cstate="print">');
  1109. rst.push('<a:extLst>');
  1110. rst.push('<a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}">'); // 参考excel本身,都是固定的uri
  1111. rst.push('<a14:useLocalDpi xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" val="0"/>');
  1112. rst.push('</a:ext>');
  1113. rst.push('</a:extLst>');
  1114. rst.push('</a:blip>');
  1115. // 3.2.2
  1116. rst.push('<a:srcRect/>');
  1117. // 3.2.3
  1118. rst.push('<a:stretch><a:fillRect/></a:stretch>');
  1119. rst.push('</xdr:blipFill>');
  1120. // 3.3
  1121. rst.push('<xdr:spPr bwMode="auto">');
  1122. // 3.3.1
  1123. rst.push('<a:xfrm>');
  1124. // 以下经过Excel及WPS的测试,这数据好像没什么意义,都设为0
  1125. rst.push('<a:off x="0" y="0"/>');
  1126. rst.push('<a:ext cx="0" cy="0"/>');
  1127. rst.push('</a:xfrm>');
  1128. // 3.3.2
  1129. rst.push('<a:prstGeom prst="rect"><a:avLst/></a:prstGeom>');
  1130. // 3.3.3
  1131. rst.push('<a:noFill/>');
  1132. // 3.3.4
  1133. rst.push('<a:extLst>');
  1134. rst.push('<a:ext uri="{909E8E84-426E-40DD-AFC4-6F175D3DCCD1}">');
  1135. rst.push('<a14:hiddenFill xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main">');
  1136. rst.push('<a:solidFill><a:srgbClr val="FFFFFF"/></a:solidFill>');
  1137. rst.push('</a14:hiddenFill>');
  1138. rst.push('</a:ext>');
  1139. rst.push('</a:extLst>');
  1140. // 收尾
  1141. rst.push('</xdr:spPr>');
  1142. rst.push('</xdr:pic>');
  1143. // 4. client Data
  1144. rst.push('<xdr:clientData/>');
  1145. rst.push('</xdr:twoCellAnchor>');
  1146. };
  1147. preAnalyzePos(pageData, sheetData, xPos, yPos, yMultiPos);
  1148. rst.push('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>');
  1149. rst.push('<xdr:wsDr xmlns:xdr="http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">');
  1150. // console.log('subSignKeyArr');
  1151. // console.log(subSignKeyArr);
  1152. if (sheetData) {
  1153. // console.log('sheetData');
  1154. let startPicIdx = 2 + sheetIdx * 1000;
  1155. for (const sCell of sheetData[JV.PROP_SIGNATURE_CELLS]) {
  1156. if (_getPicIndex(sCell) >= 0) {
  1157. // if (subSignKeyArr.indexOf(sCell.signature_name) >= 0) {
  1158. private_setSheetDrawingCellData(sCell, yPos, startPicIdx, 0);
  1159. startPicIdx++;
  1160. }
  1161. }
  1162. for (const sCell of sheetData[JV.PROP_WATERMARK_CELLS]) {
  1163. if (_getPicIndex(sCell) >= 0) {
  1164. // if (subSignKeyArr.indexOf(sCell.signature_name) >= 0) {
  1165. private_setSheetDrawingCellData(sCell, yPos, startPicIdx, 0);
  1166. startPicIdx++;
  1167. }
  1168. }
  1169. } else {
  1170. // total data in one sheet
  1171. let rowOffset = 0;
  1172. for (let i = 0; i < pageData.items.length; i++) {
  1173. const shtItemData = pageData.items[i];
  1174. const tmpPos = yMultiPos[i];
  1175. let startPicIdx = 2;
  1176. for (const sCell of shtItemData[JV.PROP_SIGNATURE_CELLS]) {
  1177. if (_getPicIndex(sCell) >= 0) {
  1178. // if (subSignKeyArr.indexOf(sCell.signature_name) >= 0) {
  1179. private_setSheetDrawingCellData(sCell, tmpPos, startPicIdx, rowOffset);
  1180. startPicIdx++;
  1181. }
  1182. }
  1183. for (const sCell of shtItemData[JV.PROP_WATERMARK_CELLS]) {
  1184. if (_getPicIndex(sCell) >= 0) {
  1185. // if (subSignKeyArr.indexOf(sCell.signature_name) >= 0) {
  1186. private_setSheetDrawingCellData(sCell, tmpPos, startPicIdx, rowOffset);
  1187. startPicIdx++;
  1188. }
  1189. }
  1190. rowOffset += tmpPos.length - 2;
  1191. }
  1192. }
  1193. rst.push('</xdr:wsDr>');
  1194. return rst;
  1195. }
  1196. function writeDrawingsRels(amt, startIdx) {
  1197. const rst = [];
  1198. rst.push('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>');
  1199. rst.push('<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">');
  1200. for (let idx = 0; idx < amt; idx++) {
  1201. rst.push('<Relationship Id="rId' + (idx + 1) + '" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image' + (startIdx + idx + 1) + '.png"/>');
  1202. }
  1203. rst.push('</Relationships>');
  1204. return rst;
  1205. }
  1206. function mergeProperties(orgObj, newObj) {
  1207. const orgPropArr = [];
  1208. const newPropArr = [];
  1209. for (const p in orgObj) {
  1210. orgPropArr.push(p);
  1211. }
  1212. for (const p in newObj) {
  1213. newPropArr.push(p);
  1214. }
  1215. for (let i = 0; i < newPropArr.length; i++) {
  1216. if (orgPropArr.indexOf(newPropArr[i]) < 0) {
  1217. orgObj[newPropArr[i]] = newObj[newPropArr[i]];
  1218. }
  1219. }
  1220. }
  1221. function _createDummyCell(dummyOrgCells, parentPage) {
  1222. for (const signature of dummyOrgCells) {
  1223. if (!signature.isStamp) {
  1224. const dummyCell = {
  1225. font: 'Content',
  1226. control: 'Default',
  1227. style: 'Default_None',
  1228. Value: '',
  1229. area: { Left: 0, Right: 0, Top: 0, Bottom: 0 },
  1230. };
  1231. if (signature.style) dummyCell.style = signature.style;
  1232. dummyCell[JV.PROP_AREA][JV.PROP_LEFT] = signature[JV.PROP_AREA][JV.PROP_LEFT];
  1233. dummyCell[JV.PROP_AREA][JV.PROP_RIGHT] = signature[JV.PROP_AREA][JV.PROP_RIGHT];
  1234. dummyCell[JV.PROP_AREA][JV.PROP_TOP] = signature[JV.PROP_AREA][JV.PROP_TOP];
  1235. dummyCell[JV.PROP_AREA][JV.PROP_BOTTOM] = signature[JV.PROP_AREA][JV.PROP_BOTTOM];
  1236. parentPage[JV.PROP_CELLS].push(dummyCell);
  1237. }
  1238. }
  1239. }
  1240. function createDummySignatureCell(pageData) {
  1241. for (let pageIdx = 0; pageIdx < pageData.items.length; pageIdx++) {
  1242. const page = pageData.items[pageIdx];
  1243. if (page[JV.PROP_SIGNATURE_CELLS] && page[JV.PROP_SIGNATURE_CELLS].length > 0) {
  1244. _createDummyCell(page[JV.PROP_SIGNATURE_CELLS], page);
  1245. }
  1246. if (page[JV.PROP_SIGNATURE_DATE_CELLS] && page[JV.PROP_SIGNATURE_DATE_CELLS].length > 0) {
  1247. _createDummyCell(page[JV.PROP_SIGNATURE_DATE_CELLS], page);
  1248. }
  1249. if (page[JV.PROP_SIGNATURE_AUDIT_CELLS] && page[JV.PROP_SIGNATURE_AUDIT_CELLS].length > 0) {
  1250. _createDummyCell(page[JV.PROP_SIGNATURE_AUDIT_CELLS], page);
  1251. }
  1252. }
  1253. }
  1254. function _checkAndSetSignatureCache(pageData, signKeyArr, signPathArr, roleRel, signSheetIdxArr, isSinglePage, checkAudit = false) {
  1255. // 备注:电子签名是以图形的方式处理,一页可以有多个签名,多页的签名基本是引用同样的图片,在这里先处理一下,后期统一引用。
  1256. // 另:以后的图片(在电子签名(signature_cells)以外的图片)会单独处理(如计算草图、水印等)
  1257. let rst = false;
  1258. let chkRoles = [];
  1259. if (roleRel instanceof Array) {
  1260. chkRoles = roleRel;
  1261. } else {
  1262. if (roleRel) chkRoles.push(roleRel);
  1263. }
  1264. const _getDupPicPath = function(path) {
  1265. let rst = null;
  1266. for (const sp of signPathArr) {
  1267. if (sp.path === path) {
  1268. rst = sp;
  1269. break;
  1270. }
  1271. }
  1272. return rst;
  1273. };
  1274. const _chkSignKeys = (signature_name, pageIdx) => {
  1275. let rst = false;
  1276. let signKey = signature_name;
  1277. for (const role_rel of chkRoles) {
  1278. if (role_rel.signature_name === signature_name && role_rel.type === '流程') {
  1279. signKey = `${signature_name}_${role_rel.flowAccList[pageIdx]}`;
  1280. break;
  1281. }
  1282. }
  1283. rst = signKeyArr.includes(signKey);
  1284. return rst;
  1285. };
  1286. const _getFlowPicIndex = (signCell, pageIdx) => {
  1287. let rst = -1;
  1288. for (const role_rel of chkRoles) {
  1289. if (role_rel.signature_name === signCell.signature_name && role_rel.type === '流程') {
  1290. rst = role_rel.flowAccList[pageIdx];
  1291. break;
  1292. }
  1293. }
  1294. return rst;
  1295. };
  1296. for (let pageIdx = 0; pageIdx < pageData.items.length; pageIdx++) {
  1297. const page = pageData.items[pageIdx];
  1298. // 优化调整,不再每页都设置一个,重复的签名只需要一个即可(极端case: 13xx多页的签名文档,导出有1.3G大)
  1299. const curSignIdx = signKeyArr.length - 1;
  1300. signSheetIdxArr[pageIdx] = false;
  1301. if (page[JV.PROP_SIGNATURE_CELLS] && page[JV.PROP_SIGNATURE_CELLS].length > 0) {
  1302. for (const signatureCell of page[JV.PROP_SIGNATURE_CELLS]) {
  1303. // 这里把图片的路径作为key值判断
  1304. if (!_chkSignKeys(signatureCell.signature_name, pageIdx)) {
  1305. // if (signKeyArr.indexOf(signatureCell.signature_name) < 0) {
  1306. // 还得判断用户是否有选择签名输出
  1307. for (const role_rel of chkRoles) {
  1308. const role = getTheRightRole(role_rel, pageIdx);
  1309. if (signatureCell.signature_name === role.signature_name) {
  1310. if (!(role.signature_name.indexOf(JV.SIGNATURE_NAME_DUMMY) < 0 && role.sign_output.indexOf('normal_sign') < 0)) {
  1311. if (!checkAudit || role.signature_name.indexOf(JV.SIGNATURE_NAME_DUMMY) >= 0 || rptSignatureHelper._chkIfAudit(role)) {
  1312. // if (!checkAudit || role.signature_name.indexOf(JV.SIGNATURE_NAME_DUMMY) >= 0 || _chkIfAudit(role)) {
  1313. // 如果签名但用户并没有选择显示签名,则不输出!
  1314. if (signatureCell.isStamp) {
  1315. //签章不能用role的图片!!!
  1316. let sPObj = _getDupPicPath(signatureCell.path);
  1317. // if (sPObj !== null && isSinglePage) { // 只有在isSinglePage为true时,才需要优化签名
  1318. if (sPObj !== null && (isSinglePage || signatureCell.isStamp)) { // 但感觉实际上allInOneBook的isStamp情况下,也需要优化签名
  1319. signatureCell.signature_name = sPObj.signature_name; // 重点,如果有相同路径的,修改signature_name!
  1320. rst = true;
  1321. } else {
  1322. const signPath = { signature_name: signatureCell.signature_name, path: null, pic: null };
  1323. signPathArr.push(signPath);
  1324. signPath.path = signatureCell.path;
  1325. signKeyArr.push(signatureCell.signature_name);
  1326. rst = true;
  1327. signSheetIdxArr[pageIdx] = true;
  1328. }
  1329. } else if (role.sign_pic && role_rel.type !== '流程') {
  1330. // 非流程的sign_pic才需要这里处理
  1331. const signPath = { signature_name: signatureCell.signature_name, path: null, pic: null };
  1332. signPathArr.push(signPath);
  1333. signPath.pic = role.sign_pic;
  1334. signKeyArr.push(signatureCell.signature_name);
  1335. rst = true;
  1336. signSheetIdxArr[pageIdx] = true;
  1337. } else if (role.sign_path) {
  1338. let sPObj = _getDupPicPath(role.sign_path);
  1339. if (sPObj !== null && isSinglePage) { // 只有在isSinglePage为true时,才需要优化签名
  1340. signatureCell.signature_name = sPObj.signature_name; // 重点,如果有相同路径的,修改signature_name!
  1341. if (sPObj.flowAccIdx) signatureCell.flowAccIdx = sPObj.flowAccIdx;
  1342. rst = true;
  1343. } else {
  1344. const signPath = { signature_name: signatureCell.signature_name, path: null, pic: null };
  1345. if (role_rel.type === '流程') {
  1346. signPath.flowAccIdx = role_rel.flowAccList[pageIdx]
  1347. if (signPath.flowAccIdx >= 0) {
  1348. signKeyArr.push(`${signatureCell.signature_name}_${role_rel.flowAccList[pageIdx]}`);
  1349. signatureCell.flowAccIdx = signPath.flowAccIdx;
  1350. signPathArr.push(signPath);
  1351. signPath.path = role.sign_path;
  1352. rst = true;
  1353. signSheetIdxArr[pageIdx] = true;
  1354. } else {
  1355. // 这里不应有签名
  1356. }
  1357. } else {
  1358. signKeyArr.push(signatureCell.signature_name);
  1359. signPathArr.push(signPath);
  1360. signPath.path = role.sign_path;
  1361. rst = true;
  1362. signSheetIdxArr[pageIdx] = true;
  1363. }
  1364. }
  1365. }
  1366. }
  1367. }
  1368. break;
  1369. }
  1370. }
  1371. } else {
  1372. // 终于需要此code branch了,因有流程签名,如果是流程签名,还需要加flowAccIdx属性
  1373. const flowIdx = _getFlowPicIndex(signatureCell, pageIdx);
  1374. if (flowIdx >= 0) {
  1375. signatureCell.flowAccIdx = flowIdx;
  1376. }
  1377. }
  1378. }
  1379. }
  1380. if (page[JV.PROP_WATERMARK_CELLS] && page[JV.PROP_WATERMARK_CELLS].length > 0) {
  1381. // 水印,单独处理
  1382. const waterMarkCell = page[JV.PROP_WATERMARK_CELLS][0];
  1383. if (signKeyArr.indexOf(waterMarkCell.signature_name) < 0) {
  1384. const signPath = { path: null, pic: null };
  1385. signPathArr.push(signPath);
  1386. signPath.pic = waterMarkCell.pic;
  1387. signPath.path = waterMarkCell.path;
  1388. signKeyArr.push(waterMarkCell.signature_name);
  1389. rst = true;
  1390. signSheetIdxArr[pageIdx] = true;
  1391. } else if (!isSinglePage) {
  1392. signSheetIdxArr[pageIdx] = true;
  1393. }
  1394. }
  1395. }
  1396. return rst;
  1397. }
  1398. const excelExportUtil = {
  1399. exportExcel: async function(pageData, paperSize, fName, options, custSheetNames, custSheetMergeBands, roleRel, callback, checkAudit = false) {
  1400. const rptOptions = ({ singlePage: false, fileName: 'report' });
  1401. if (options === 'true' || options === true) {
  1402. rptOptions.singlePage = true;
  1403. }
  1404. const isSinglePage = rptOptions.singlePage;
  1405. const sheets = [];
  1406. const signKeyArr = [];
  1407. const signPathArr = [];
  1408. const signSheetIdxArr = []; // 确定哪些sheet有签名(在多表导出的时候,有些表可能没有签名,但其他的表有签名)
  1409. let thisRoleRel = [];
  1410. if (roleRel !== null && roleRel !== undefined) {
  1411. thisRoleRel = JSON.parse(JSON.stringify(roleRel));
  1412. }
  1413. await rptSignatureHelper.resetDummySignature(pageData, thisRoleRel, true); // 把草图转换一下roleRel
  1414. // const hasSignature = false; // 暂时不支持电子签名、草图导出excel
  1415. const hasSignature = _checkAndSetSignatureCache(pageData, signKeyArr, signPathArr, thisRoleRel, signSheetIdxArr, isSinglePage, checkAudit); // 因草图的关系,thisRoleRel是否为null就不是充要的条件
  1416. if (!hasSignature) {
  1417. createDummySignatureCell(pageData);
  1418. }
  1419. if (isSinglePage) {
  1420. // 加分页符(分页符要在外部处理好)-------------------
  1421. _setupPgBrks(pageData);
  1422. // 加分页符结束-------------------
  1423. sheets.push({ sheetName: '全部页' });
  1424. } else {
  1425. if (custSheetNames && custSheetNames.length === pageData.items.length) {
  1426. for (let i = 0; i < pageData.items.length; i++) {
  1427. sheets.push({ sheetName: custSheetNames[i] });
  1428. }
  1429. } else {
  1430. for (let i = 0; i < pageData.items.length; i++) {
  1431. sheets.push({ sheetName: '第' + (i + 1) + '页' });
  1432. }
  1433. }
  1434. }
  1435. // 1.
  1436. let file = '[Content_Types].xml';
  1437. let data = writeContentTypes(sheets, isSinglePage, hasSignature);
  1438. const zip = new JSZip();
  1439. zip.file(file, data.join(''), { compression: 'DEFLATE' });
  1440. // 2.
  1441. const zip_rels = zip.folder('_rels');
  1442. file = '.rels';
  1443. data = writeRootRels();
  1444. zip_rels.file(file, data.join(''), { compression: 'DEFLATE' });
  1445. // 3.
  1446. const zip_docProps = zip.folder('docProps');
  1447. file = 'app.xml';
  1448. data = writeApp(sheets, isSinglePage);
  1449. zip_docProps.file(file, data.join(''), { compression: 'DEFLATE' });
  1450. file = 'core.xml';
  1451. data = writeCore();
  1452. zip_docProps.file(file, data.join(''), { compression: 'DEFLATE' });
  1453. // 4.
  1454. const zip_xl = zip.folder('xl');
  1455. file = 'workbook.xml';
  1456. data = writeXlWorkBook(sheets, isSinglePage);
  1457. zip_xl.file(file, data.join(''), { compression: 'DEFLATE' });
  1458. const zip_rels2 = zip_xl.folder('_rels');
  1459. file = 'workbook.xml.rels';
  1460. data = writeXlRels(sheets, isSinglePage);
  1461. zip_rels2.file(file, data.join(''), { compression: 'DEFLATE' });
  1462. // 5.
  1463. const zip_theme = zip_xl.folder('theme');
  1464. file = 'theme1.xml';
  1465. data = writeTheme();
  1466. zip_theme.file(file, data, { compression: 'DEFLATE' });
  1467. if (hasSignature) {
  1468. // const _getTheRightPath = (signPath) => {
  1469. // for (const role of thisRoleRel) {
  1470. // if (role.signature_name === signPath.signature_name && role.type === '流程') {
  1471. // //
  1472. // }
  1473. // }
  1474. // };
  1475. // 5.1 写所有的image
  1476. const zip_media = zip_xl.folder('media');
  1477. let picIdx = 0;
  1478. // 优化调整,不再每页都设置一个,重复的签名只需要一个即可(极端case: 13xx多页的签名文档,导出有1.3G大)
  1479. for (let pathIdx = 0; pathIdx < signPathArr.length; pathIdx++) {
  1480. picIdx++;
  1481. // 因业务调整,需要增加流程判断
  1482. // thisRoleRel
  1483. data = await writeImage(signPathArr[pathIdx].path, signPathArr[pathIdx].pic);
  1484. file = 'image' + picIdx + '.png';
  1485. zip_media.file(file, data, { compression: 'DEFLATE' });
  1486. }
  1487. // 5.2
  1488. const zip_drawings = zip_xl.folder('drawings');
  1489. data = writeDrawings(pageData, signKeyArr, signPathArr, isSinglePage, signSheetIdxArr);
  1490. // data = writeDrawings(pageData, signKeyArr, signPathArr, false, signSheetIdxArr); // 备注:这里根本不需要考虑是否single page
  1491. for (let psIdx = 0; psIdx < data.length; psIdx++) {
  1492. file = 'drawing' + (psIdx + 1) + '.xml';
  1493. zip_drawings.file(file, data[psIdx].join(''), { compression: 'DEFLATE' });
  1494. }
  1495. // 5.3
  1496. const zip_drawings_rels = zip_drawings.folder('_rels');
  1497. let relsIdx = 0;
  1498. let relsImgAmt = 0;
  1499. for (let ssIdx = 0; ssIdx < signKeyArr.length; ssIdx++) {
  1500. data = writeDrawingsRels(signKeyArr.length, relsImgAmt); // 一个drawingX.xml.rels文件与一个drawingX.xml对应
  1501. relsIdx++;
  1502. if (isSinglePage) {
  1503. relsImgAmt += signKeyArr.length;
  1504. }
  1505. file = 'drawing' + relsIdx + '.xml.rels';
  1506. zip_drawings_rels.file(file, data.join(''), { compression: 'DEFLATE' });
  1507. }
  1508. }
  1509. // 6.
  1510. const zip_xl_worksheets = zip_xl.folder('worksheets');
  1511. const sharedStrList = [];
  1512. const stylesObj = {};
  1513. data = writeSheets(pageData, paperSize, sharedStrList, stylesObj, isSinglePage, custSheetMergeBands, hasSignature, signSheetIdxArr);
  1514. if (isSinglePage) {
  1515. for (let i = 0; i < 1; i++) {
  1516. file = 'sheet' + (i + 1) + '.xml';
  1517. zip_xl_worksheets.file(file, data[i].join(''), { compression: 'DEFLATE' });
  1518. }
  1519. } else {
  1520. for (let i = 0; i < data.length; i++) {
  1521. file = 'sheet' + (i + 1) + '.xml';
  1522. zip_xl_worksheets.file(file, data[i].join(''), { compression: 'DEFLATE' });
  1523. }
  1524. }
  1525. // 7.
  1526. if (hasSignature) {
  1527. const zip_xl_worksheets_rels = zip_xl_worksheets.folder('_rels');
  1528. if (isSinglePage) {
  1529. data = writeWorkSheetRels(1);
  1530. file = 'sheet1.xml.rels';
  1531. zip_xl_worksheets_rels.file(file, data.join(''), { compression: 'DEFLATE' });
  1532. } else {
  1533. let ssIdx = 0;
  1534. for (let i = 0; i < data.length; i++) {
  1535. if (signSheetIdxArr[i]) {
  1536. ssIdx++;
  1537. const ssData = writeWorkSheetRels(ssIdx);
  1538. file = 'sheet' + (i + 1) + '.xml.rels';
  1539. zip_xl_worksheets_rels.file(file, ssData.join(''), { compression: 'DEFLATE' });
  1540. }
  1541. }
  1542. }
  1543. }
  1544. file = 'sharedStrings.xml';
  1545. data = writeSharedString(sharedStrList);
  1546. zip_xl.file(file, data.join(''), { compression: 'DEFLATE' });
  1547. file = 'styles.xml';
  1548. data = writeStyles(stylesObj, hasSignature);
  1549. zip_xl.file(file, data.join(''), { compression: 'DEFLATE' });
  1550. zip.generateAsync({type: 'blob'}).then(function(content){
  1551. saveAs(content, `${fName}.xlsx`); // 页面需要引用 FileSaver.js 才有这个方法
  1552. });
  1553. },
  1554. exportExcelInOneBook: async function(pageDataArray, paperSize, fName, roleRelArr, callback, checkAudit = false) {
  1555. const me = this;
  1556. const newPageData = {};
  1557. // 1. 重新编排一下数据,把一份报表的pageData合并到一起作为一个Sheet输出(需要重新调整数据纵向坐标),多份报表数据就形成多个Sheet
  1558. // -- 简单来说,就是重新包装数据
  1559. try {
  1560. // 1.1 newPageData外围属性
  1561. const newContrl = {};
  1562. const newFont = {};
  1563. const newStyle = {};
  1564. const custMergeBands = [];
  1565. for (let i = 0; i < pageDataArray.length; i++) {
  1566. mergeProperties(newContrl, pageDataArray[i][JV.NODE_CONTROL_COLLECTION]);
  1567. mergeProperties(newFont, pageDataArray[i][JV.NODE_FONT_COLLECTION]);
  1568. mergeProperties(newStyle, pageDataArray[i][JV.NODE_STYLE_COLLECTION]);
  1569. }
  1570. newPageData[JV.NODE_CONTROL_COLLECTION] = newContrl;
  1571. newPageData[JV.NODE_FONT_COLLECTION] = newFont;
  1572. newPageData[JV.NODE_STYLE_COLLECTION] = newStyle;
  1573. newPageData[JV.NODE_PAGE_INFO] = pageDataArray[0][JV.NODE_PAGE_INFO];
  1574. newPageData[JV.BAND_PROP_MERGE_BAND] = pageDataArray[0][JV.BAND_PROP_MERGE_BAND];
  1575. // 1.2 重新设置pageDataArray的各个cell的Top/Bottom坐标
  1576. const sheetNames = [];
  1577. const newPagePos = [];
  1578. for (let i = 0; i < pageDataArray.length; i++) {
  1579. let offsetY = 0;
  1580. const mergeBand = {};
  1581. custMergeBands.push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND]);
  1582. // 备注:不同的报表有可能有不同的边框,如封面表就是无边框的
  1583. mergeBand[JV.PROP_LEFT] = [];
  1584. mergeBand[JV.PROP_RIGHT] = [];
  1585. mergeBand[JV.PROP_TOP] = [];
  1586. mergeBand[JV.PROP_BOTTOM] = [];
  1587. newPagePos.push(mergeBand);
  1588. if (pageDataArray[i][JV.BAND_PROP_MERGE_BAND]) {
  1589. mergeBand[JV.PROP_LEFT].push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND][JV.PROP_LEFT]);
  1590. mergeBand[JV.PROP_RIGHT].push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND][JV.PROP_RIGHT]);
  1591. }
  1592. sheetNames.push(pageDataArray[i][JV.NODE_PAGE_INFO][JV.NODE_MAIN_INFO_RPT_NAME]);
  1593. // 加分页符(分页符要在外部处理好)-------------------
  1594. _setupPgBrks(pageDataArray[i]);
  1595. // 加分页符结束-------------------
  1596. let maxY = 0;
  1597. let minY = 100000;
  1598. const checkAndResetCellYPos = function(cells) {
  1599. if (cells && cells.length > 0) {
  1600. for (const cell of cells) {
  1601. if (maxY < cell[JV.PROP_AREA][JV.PROP_BOTTOM]) {
  1602. maxY = cell[JV.PROP_AREA][JV.PROP_BOTTOM];
  1603. }
  1604. if (minY > cell[JV.PROP_AREA][JV.PROP_TOP]) {
  1605. minY = cell[JV.PROP_AREA][JV.PROP_TOP];
  1606. }
  1607. cell[JV.PROP_AREA][JV.PROP_BOTTOM] += offsetY;
  1608. cell[JV.PROP_AREA][JV.PROP_TOP] += offsetY;
  1609. if (cell.orgArea) {
  1610. cell.orgArea[JV.PROP_BOTTOM] += offsetY;
  1611. cell.orgArea[JV.PROP_TOP] += offsetY;
  1612. }
  1613. if (cell.maxRect) {
  1614. cell.maxRect[JV.IDX_TOP] += offsetY;
  1615. cell.maxRect[JV.IDX_BOTTOM] += offsetY;
  1616. }
  1617. }
  1618. }
  1619. };
  1620. for (let j = 0; j < pageDataArray[i].items.length; j++) {
  1621. maxY = 0;
  1622. minY = 100000;
  1623. const currentPage = pageDataArray[i].items[j];
  1624. if (currentPage[JV.PAGE_SPECIAL_MERGE_POS]) {
  1625. let pos = currentPage[JV.PAGE_SPECIAL_MERGE_POS][JV.PROP_TOP][0] + offsetY;
  1626. mergeBand[JV.PROP_TOP].push(pos);
  1627. pos = currentPage[JV.PAGE_SPECIAL_MERGE_POS][JV.PROP_BOTTOM][0] + offsetY;
  1628. mergeBand[JV.PROP_BOTTOM].push(pos);
  1629. } else if (currentPage[JV.PROP_PAGE_MERGE_BORDER]) {
  1630. let pos = currentPage[JV.PROP_PAGE_MERGE_BORDER][JV.PROP_TOP] + offsetY;
  1631. mergeBand[JV.PROP_TOP].push(pos);
  1632. pos = currentPage[JV.PROP_PAGE_MERGE_BORDER][JV.PROP_BOTTOM] + offsetY;
  1633. mergeBand[JV.PROP_BOTTOM].push(pos);
  1634. } else if (pageDataArray[i][JV.BAND_PROP_MERGE_BAND]) {
  1635. mergeBand[JV.PROP_TOP].push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND][JV.PROP_TOP] + offsetY);
  1636. mergeBand[JV.PROP_BOTTOM].push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND][JV.PROP_BOTTOM] + offsetY);
  1637. }
  1638. // 1.2.1 重新设置普通cells的Top Bottom坐标
  1639. checkAndResetCellYPos(currentPage[JV.PROP_CELLS]);
  1640. checkAndResetCellYPos(currentPage[JV.PROP_INTERACT_CELLS]);
  1641. // 1.2.2 重新设置电子签名cells的Top Bottom坐标
  1642. checkAndResetCellYPos(currentPage[JV.PROP_SIGNATURE_CELLS]);
  1643. // 1.2.3 重新设置电子签名日期cells的Top Bottom坐标
  1644. checkAndResetCellYPos(currentPage[JV.PROP_SIGNATURE_DATE_CELLS]);
  1645. // 1.2.4 重置电子签名审核意见cells的Top Bottom坐标
  1646. checkAndResetCellYPos(currentPage[JV.PROP_SIGNATURE_AUDIT_CELLS]);
  1647. // 1.2.5 重置水印的Top Bottom坐标
  1648. checkAndResetCellYPos(currentPage[JV.PROP_WATERMARK_CELLS]);
  1649. const bottomGap = Math.round((pageDataArray[i][JV.NODE_PAGE_INFO][JV.NODE_PAGE_SIZE][1] - parseFloat(pageDataArray[i][JV.NODE_PAGE_INFO][JV.NODE_MARGINS][JV.PROP_BOTTOM]) / 2.54) * DPI) - maxY;
  1650. offsetY += (maxY - minY);
  1651. if (bottomGap > 10) {
  1652. offsetY += (bottomGap - 10);
  1653. }
  1654. }
  1655. }
  1656. // 2. newPageData的items属性及相关分页符
  1657. newPageData.items = [];
  1658. newPageData.pageBreaks = [];
  1659. for (let i = 0; i < pageDataArray.length; i++) {
  1660. const pageItem = {};
  1661. pageItem[JV.PROP_PAGE_SEQ] = i + 1;
  1662. pageItem[JV.PROP_CELLS] = [];
  1663. pageItem[JV.PROP_INTERACT_CELLS] = [];
  1664. pageItem[JV.PROP_SIGNATURE_CELLS] = [];
  1665. pageItem[JV.PROP_SIGNATURE_DATE_CELLS] = [];
  1666. pageItem[JV.PROP_SIGNATURE_AUDIT_CELLS] = [];
  1667. pageItem[JV.PROP_WATERMARK_CELLS] = [];
  1668. for (let j = 0; j < pageDataArray[i].items.length; j++) {
  1669. const currentPage = pageDataArray[i].items[j];
  1670. pageItem[JV.PROP_CELLS].push(...(currentPage[JV.PROP_CELLS] || []));
  1671. pageItem[JV.PROP_INTERACT_CELLS].push(...(currentPage[JV.PROP_INTERACT_CELLS] || []));
  1672. pageItem[JV.PROP_SIGNATURE_CELLS].push(...(currentPage[JV.PROP_SIGNATURE_CELLS] || []));
  1673. pageItem[JV.PROP_SIGNATURE_DATE_CELLS].push(...(currentPage[JV.PROP_SIGNATURE_DATE_CELLS] || []));
  1674. pageItem[JV.PROP_SIGNATURE_AUDIT_CELLS].push(...(currentPage[JV.PROP_SIGNATURE_AUDIT_CELLS] || []));
  1675. pageItem[JV.PROP_WATERMARK_CELLS].push(...(currentPage[JV.PROP_WATERMARK_CELLS] || []));
  1676. }
  1677. newPagePos[i][JV.NODE_PAGE_SIZE] = pageDataArray[i][JV.NODE_PAGE_INFO][JV.NODE_PAGE_SIZE];
  1678. pageItem[JV.PAGE_SPECIAL_MERGE_POS] = newPagePos[i];
  1679. pageItem[JV.PROP_PAGE_SIZE] = pageDataArray[i][JV.NODE_PAGE_INFO][JV.PROP_PAGE_SIZE];
  1680. newPageData.items.push(pageItem);
  1681. // 重新分配分页符()------------------
  1682. if (pageDataArray[i].pageBreaks.length === 1) {
  1683. newPageData.pageBreaks.push(pageDataArray[i].pageBreaks[0]);
  1684. } else {
  1685. newPageData.pageBreaks.push([]);
  1686. }
  1687. // 重新分配分页符结束------------------
  1688. }
  1689. // 3. everything is ok, then call me
  1690. await me.exportExcel(newPageData, paperSize, fName, 'false', sheetNames, custMergeBands, roleRelArr, callback, checkAudit);
  1691. } catch (e) {
  1692. console.log(e);
  1693. }
  1694. }
  1695. };
  1696. function convertPicBase64ToBlob(picdata) {
  1697. //去掉头(如:'data:image/png;base64,'),并转换为byte
  1698. let splitPic = picdata.split(',');
  1699. let tmpPicData = '';
  1700. if (splitPic.length === 2) {
  1701. tmpPicData = splitPic[1];
  1702. } else {
  1703. tmpPicData = splitPic[0];
  1704. }
  1705. var bytes = window.atob(tmpPicData);
  1706. //处理异常,将ascii码小于0的转换为大于0
  1707. var ab = new Uint8Array(bytes.length);
  1708. for (var i = 0; i < bytes.length; i++) {
  1709. ab[i] = bytes.charCodeAt(i);
  1710. }
  1711. return new Blob([ab], { type: 'application/pdf' });
  1712. }