rpt_jsexcel.js 93 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756
  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];
  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. }
  753. const borderId = private_getBorderId(cell);
  754. let cellControl = null;
  755. if (typeof cell[JV.PROP_CONTROL] === 'string') {
  756. cellControl = pageData[JV.NODE_CONTROL_COLLECTION][cell[JV.PROP_CONTROL]];
  757. } else {
  758. cellControl = cell[JV.PROP_CONTROL];
  759. }
  760. for (let i = 0; i < stylesObj.cellXfs.length; i++) {
  761. const sheetControl = stylesObj.cellXfs[i];
  762. if (sheetControl.fontId === fontId && sheetControl.borderId === borderId) {
  763. if (private_checkControl(cellControl, sheetControl)) {
  764. rst = i;
  765. hasStyle = true;
  766. break;
  767. }
  768. }
  769. }
  770. if (!hasStyle) {
  771. const sheetControl = {};
  772. sheetControl.fontId = fontId;
  773. sheetControl.borderId = borderId;
  774. sheetControl.fontAngle = fontAngle;
  775. for (let i = 0; i < JV.CONTROL_PROPS.length; i++) {
  776. sheetControl[JV.CONTROL_PROPS[i]] = cellControl[JV.CONTROL_PROPS[i]];
  777. }
  778. stylesObj.cellXfs.push(sheetControl);
  779. rst = stylesObj.cellXfs.length - 1;
  780. }
  781. return rst;
  782. };
  783. const private_setCols = function() {
  784. // remark: 1 excel unit width = 2.117 mm
  785. rst.push('<cols>');
  786. let w = 0;
  787. for (let i = 1; i < xPos.length - 1; i++) {
  788. w = (xPos[i + 1] - xPos[i]) / DPI * 25.4 / 2.117;
  789. w = Math.round(w * 1000) / 1000;
  790. rst.push('<col min="' + i + '" max="' + i + '" width="' + w + '" customWidth="1"/>');
  791. }
  792. rst.push('<col min="' + (xPos.length - 1) + '" max="' + (xPos.length - 1) + '" width="' + 10 + '" customWidth="1"/>');
  793. rst.push('</cols>');
  794. };
  795. const private_setMergedCells = function() {
  796. let cnt = 0;
  797. rst.push('<mergeCells count="?">');
  798. const startIdx = rst.length - 1;
  799. const self_setMergedCells = function(cells, theYPos, offsetY) {
  800. for (let i = 0; i < cells.length; i++) {
  801. const cell = cells[i];
  802. if (!cell.isStamp) {
  803. const idxR = xPos.indexOf(cell[JV.PROP_AREA][JV.PROP_RIGHT]);
  804. const idxL = xPos.indexOf(cell[JV.PROP_AREA][JV.PROP_LEFT]);
  805. const idxB = theYPos.indexOf(cell[JV.PROP_AREA][JV.PROP_BOTTOM]);
  806. const idxT = theYPos.indexOf(cell[JV.PROP_AREA][JV.PROP_TOP]);
  807. if (idxR - idxL > 1 || idxB - idxT > 1) {
  808. rst.push('<mergeCell ref="' + private_getCellIdxStr(idxL - 1) + (idxT + offsetY) + ':' + private_getCellIdxStr(idxR - 2) + (idxB - 1 + offsetY) + '"/>');
  809. cnt++;
  810. }
  811. }
  812. }
  813. };
  814. if (sheetData) {
  815. // self_setMergedCells(sheetData, yPos, 0);
  816. self_setMergedCells(sheetData[JV.PROP_CELLS], yPos, 0);
  817. self_setMergedCells(sheetData[JV.PROP_INTERACT_CELLS], yPos, 0);
  818. if (sheetData[JV.PROP_SIGNATURE_DATE_CELLS]) self_setMergedCells(sheetData[JV.PROP_SIGNATURE_DATE_CELLS], yPos, 0);
  819. if (sheetData[JV.PROP_SIGNATURE_AUDIT_CELLS]) self_setMergedCells(sheetData[JV.PROP_SIGNATURE_AUDIT_CELLS], yPos, 0);
  820. } else {
  821. let osY = 0;
  822. for (let i = 0; i < pageData.items.length; i++) {
  823. const shtItemData = pageData.items[i];
  824. const tmpPos = yMultiPos[i];
  825. // self_setMergedCells(shtItemData, tmpPos, osY);
  826. self_setMergedCells(shtItemData[JV.PROP_CELLS], tmpPos, osY);
  827. self_setMergedCells(shtItemData[JV.PROP_INTERACT_CELLS], tmpPos, osY);
  828. if (shtItemData[JV.PROP_SIGNATURE_DATE_CELLS]) self_setMergedCells(shtItemData[JV.PROP_SIGNATURE_DATE_CELLS], tmpPos, osY);
  829. if (shtItemData[JV.PROP_SIGNATURE_AUDIT_CELLS]) self_setMergedCells(shtItemData[JV.PROP_SIGNATURE_AUDIT_CELLS], tmpPos, osY);
  830. osY += tmpPos.length - 2;
  831. }
  832. }
  833. rst[startIdx] = '<mergeCells count="' + cnt + '">';
  834. rst.push('</mergeCells>');
  835. };
  836. const private_setSheetData = function() {
  837. // remark: 1 excel unit height = 0.3612 mm
  838. rst.push('<sheetData>');
  839. const spanX = xPos.length - 2;
  840. let cellIdx = 0;
  841. let h = 0;
  842. const self_create_cell = function(cells, rows, theYPos) {
  843. let rowIdx1 = 0;
  844. let colIdx1 = 0;
  845. let rowIdx2 = 0;
  846. let colIdx2 = 0;
  847. for (let cIdx = 0; cIdx < cells.length; cIdx++) {
  848. const styleIdx = private_getStyleId(cells[cIdx]);
  849. rowIdx1 = theYPos.indexOf(cells[cIdx][JV.PROP_AREA][JV.PROP_TOP]);
  850. colIdx1 = xPos.indexOf(cells[cIdx][JV.PROP_AREA][JV.PROP_LEFT]);
  851. if (rowIdx1 <= rows.length) {
  852. let cellObj = rows[rowIdx1 - 1].items[colIdx1 - 1];
  853. cellObj.s = styleIdx;
  854. cellObj.isBlank = false;
  855. if (!(stringUtil.isEmptyString(cells[cIdx][JV.PROP_VALUE]))) {
  856. const valIdx = private_getSharedStrIdx(cells[cIdx][JV.PROP_VALUE]);
  857. cellObj.v = valIdx;
  858. }
  859. rowIdx2 = theYPos.indexOf(cells[cIdx][JV.PROP_AREA][JV.PROP_BOTTOM]);
  860. colIdx2 = xPos.indexOf(cells[cIdx][JV.PROP_AREA][JV.PROP_RIGHT]);
  861. if ((rowIdx2 - rowIdx1 > 1) || (colIdx2 - colIdx1 > 1)) {
  862. for (let i = 0; i < rowIdx2 - rowIdx1; i++) {
  863. for (let j = 0; j < colIdx2 - colIdx1; j++) {
  864. if (i === 0 && j === 0) continue;
  865. cellObj = rows[rowIdx1 - 1 + i].items[colIdx1 - 1 + j];
  866. cellObj.s = styleIdx;
  867. cellObj.isBlank = true;
  868. }
  869. }
  870. }
  871. }
  872. }
  873. };
  874. const self_setDataEx = function(theShtData, theYPos, rowOffset) {
  875. const rows = [];
  876. // 1. build full set of blank rows/cells
  877. for (let i = 1; i < theYPos.length - 1; i++) {
  878. const rowObj = {};
  879. h = (theYPos[i + 1] - theYPos[i]) / DPI * 25.4 / 0.3612;
  880. h = Math.round(h * 1000) / 1000;
  881. rowObj.height = h;
  882. rowObj.r = i + rowOffset;
  883. rowObj.items = [];
  884. rows.push(rowObj);
  885. for (let j = 1; j < xPos.length - 1; j++) {
  886. const colIdxStr = private_getCellIdxStr(j - 1);
  887. const cellObj = {};
  888. cellObj.r = colIdxStr + (i + rowOffset);
  889. cellObj.s = 0;
  890. cellObj.isBlank = true;
  891. rows[i - 1].items.push(cellObj);
  892. }
  893. }
  894. // 2. then fill up the cell style-ids and values
  895. self_create_cell(theShtData[JV.PROP_CELLS], rows, theYPos);
  896. self_create_cell(theShtData[JV.PROP_INTERACT_CELLS], rows, theYPos);
  897. self_create_cell(theShtData[JV.PROP_SIGNATURE_DATE_CELLS], rows, theYPos);
  898. self_create_cell(theShtData[JV.PROP_SIGNATURE_AUDIT_CELLS], rows, theYPos);
  899. // fsUtil.writeObjToFile(newPageData, 'D:/GitHome/ConstructionOperation/tmp/combinedHeader.js');
  900. // console.log('theShtData[JV.PROP_SIGNATURE_AUDIT_CELLS]: ');
  901. // console.log(theShtData[JV.PROP_SIGNATURE_AUDIT_CELLS]);
  902. // 3. then fill up rst
  903. for (let i = 0; i < rows.length; i++) {
  904. rst.push('<row r="' + (i + 1 + rowOffset) + '" spans="1:' + spanX + '" ht="' + rows[i].height + '" customHeight="1">');
  905. for (let j = 0; j < rows[i].items.length; j++) {
  906. const cellObj = rows[i].items[j];
  907. if (cellObj.v === undefined) {
  908. rst.push('<c r="' + cellObj.r + '" s="' + cellObj.s + '"/>');
  909. } else {
  910. rst.push('<c r="' + cellObj.r + '" s="' + cellObj.s + '" t="s">');
  911. rst.push('<v>' + cellObj.v + '</v>');
  912. rst.push('</c>');
  913. }
  914. }
  915. rst.push('</row>');
  916. }
  917. // 4. maybe need to dispose the memory
  918. // ...
  919. };
  920. if (sheetData) {
  921. // current sheet data
  922. currentPageMergePos = sheetData[JV.PAGE_SPECIAL_MERGE_POS];
  923. currentMergeBorder = sheetData[JV.PROP_PAGE_MERGE_BORDER];
  924. if (hasSignature && sheetData[JV.PROP_SIGNATURE_CELLS] && sheetData[JV.PROP_SIGNATURE_CELLS].length > 0) {
  925. // 有签名情况下,还是有必要创建一个dummy cell的(画框用)
  926. _createDummyCell(sheetData[JV.PROP_SIGNATURE_CELLS], sheetData);
  927. }
  928. self_setDataEx(sheetData, yPos, 0);
  929. } else {
  930. // total data in one sheet
  931. let rowOffset = 0;
  932. for (let i = 0; i < pageData.items.length; i++) {
  933. const shtItemData = pageData.items[i];
  934. currentPageMergePos = shtItemData[JV.PAGE_SPECIAL_MERGE_POS];
  935. currentMergeBorder = shtItemData[JV.PROP_PAGE_MERGE_BORDER];
  936. const tmpPos = yMultiPos[i];
  937. // console.log(yMultiPos[i]);
  938. cellIdx = 0;
  939. if (hasSignature && shtItemData[JV.PROP_SIGNATURE_CELLS] && shtItemData[JV.PROP_SIGNATURE_CELLS].length > 0) {
  940. // 有签名情况下,还是有必要创建一个dummy cell的(画框用)
  941. _createDummyCell(shtItemData[JV.PROP_SIGNATURE_CELLS], shtItemData);
  942. }
  943. self_setDataEx(shtItemData, tmpPos, rowOffset);
  944. rowOffset += tmpPos.length - 2;
  945. }
  946. }
  947. rst.push('</sheetData>');
  948. };
  949. preAnalyzePos(pageData, sheetData, xPos, yPos, yMultiPos);
  950. rst.push(dftHeadXml + '\r\n');
  951. rst.push('<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">');
  952. const colStr = private_getCellIdxStr(xPos.length - 3);
  953. rst.push('<dimension ref="A1:' + colStr + '' + yPos.length + '"/>');
  954. if (isFirstSheet) {
  955. rst.push('<sheetViews><sheetView showGridLines="1" tabSelected="1" workbookViewId="0">');
  956. } else {
  957. rst.push('<sheetViews><sheetView showGridLines="1" workbookViewId="0">');
  958. }
  959. // rst.push('<selection sqref="A1:' + colStr + '1"/>');
  960. rst.push('<selection sqref="A1:A1"/>');
  961. rst.push('</sheetView></sheetViews>');
  962. rst.push('<sheetFormatPr defaultRowHeight="13.5"/>');
  963. private_setCols();
  964. private_setSheetData();
  965. private_setMergedCells();
  966. rst.push('<phoneticPr fontId="1" type="noConversion"/>');
  967. // rst.push('<pageMargins left="0.315" right="0.215" top="0.315" bottom="0.315" header="0" footer="0"/>');
  968. rst.push('<pageMargins left="' + (parseFloat(pageData[JV.NODE_PAGE_INFO][JV.NODE_MARGINS][JV.PROP_LEFT]) * 0.39375) +
  969. '" right="0.215" top="0.315" bottom="0.315" header="0" footer="0"/>');
  970. let actPageSize = paperSize;
  971. if (sheetData && sheetData[JV.PROP_PAGE_SIZE]) {
  972. actPageSize = sheetData[JV.PROP_PAGE_SIZE];
  973. } else {
  974. actPageSize = (pageData[JV.NODE_PAGE_INFO][JV.PROP_PAGE_SIZE] !== 'A3') ? paperSize : pageData[JV.NODE_PAGE_INFO][JV.PROP_PAGE_SIZE];
  975. }
  976. // 这里的逻辑是:如果初始设置为A3的模板,表示为固化显示(未来可能会有其他的标记来处理,目前先这样)
  977. const paperSizeIdx = JV.PAGES_SIZE_STR.indexOf(actPageSize);
  978. let pStr = '';
  979. if (paperSizeIdx >= 0) {
  980. pStr = 'paperSize="' + JV.PAGES_SIZE_IDX[paperSizeIdx] + '"';
  981. }
  982. let orientationStr = (pageData[JV.NODE_PAGE_INFO][JV.NODE_PAGE_SIZE][0] > pageData[JV.NODE_PAGE_INFO][JV.NODE_PAGE_SIZE][1]) ? 'landscape' : 'portrait';
  983. if (currentPageMergePos) {
  984. orientationStr = (currentPageMergePos[JV.NODE_PAGE_SIZE][0] > currentPageMergePos[JV.NODE_PAGE_SIZE][1]) ? 'landscape' : 'portrait';
  985. }
  986. rst.push('<pageSetup ' + pStr + ' fitToWidth="0" fitToHeight="0" orientation="' + orientationStr + '" />');
  987. rst.push('<headerFooter alignWithMargins="0"/>');
  988. // 插入分页符---------------------------
  989. if (pageData.pageBreaks) {
  990. let pgBrks = [];
  991. if (sheetData !== null) {
  992. pgBrks = pageData.pageBreaks[pgBrkIdx];
  993. } else {
  994. pgBrks = pageData.pageBreaks[0];
  995. }
  996. if (pgBrks.length > 1) {
  997. rst.push('<rowBreaks count="' + pgBrks.length + '" manualBreakCount="' + pgBrks.length + '" >');
  998. for (let pbi = 0; pbi < pgBrks.length; pbi++) {
  999. rst.push('<brk id="' + pgBrks[pbi] + '" max="16383" man="1" />');
  1000. }
  1001. rst.push('</rowBreaks>');
  1002. }
  1003. }
  1004. // 插入分页符结束---------------------------
  1005. // 图形要放在最后,否则excel会报错(但WPS不会)
  1006. if (hasSignature && (sheetData === null || signSheetIdxArr[sheetIdx])) {
  1007. rst.push('<drawing r:id="rId1"/>');
  1008. }
  1009. rst.push('</worksheet>');
  1010. return rst;
  1011. }
  1012. function writeWorkSheetRels(signSheetIdx) {
  1013. const rst = [];
  1014. rst.push('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>');
  1015. rst.push('<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">');
  1016. rst.push('<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing" Target="../drawings/drawing' + signSheetIdx + '.xml"/>');
  1017. rst.push('</Relationships>');
  1018. return rst;
  1019. }
  1020. async function writeImage(path, pic) {
  1021. let rst = null;
  1022. if (pic) {
  1023. rst = convertPicBase64ToBlob(pic);
  1024. } else if (path) {
  1025. // 前端方式处理不同,不用考虑哪里(水印也是),直接都一股脑地申请下载即可(重复的浏览器会找cache!)
  1026. let picpath = path; // 前端的path已经是完整的了
  1027. rst = await getBlob(picpath); //这里通过getBlob函数得到的结果已经是所需要的流数据,无需转换
  1028. }
  1029. return rst;
  1030. }
  1031. function writeDrawings(pageData, signKeyArr, signPathArr, isSinglePage, signSheetIdxArr) {
  1032. const rst = [];
  1033. // 优化调整,不再每页都设置一个,重复的签名只需要一个即可(极端case: 13xx多页的签名文档,导出有1.3G大)
  1034. if (isSinglePage) {
  1035. rst.push(writeDrawing(pageData, null, signKeyArr, 0));
  1036. } else {
  1037. for (let i = 0; i < pageData.items.length; i++) {
  1038. if (signSheetIdxArr[i]) {
  1039. rst.push(writeDrawing(pageData, pageData.items[i], signKeyArr, i));
  1040. }
  1041. }
  1042. }
  1043. // */
  1044. return rst;
  1045. }
  1046. function writeDrawing(pageData, sheetData, subSignKeyArr, sheetIdx) {
  1047. const rst = [];
  1048. const xPos = [];
  1049. const yPos = [];
  1050. const yMultiPos = [];
  1051. const _getPicIndex = (signCell) => {
  1052. // signatureCell.flowAccIdx = signPath.flowAccIdx;
  1053. let signKey = signCell.signature_name;
  1054. if (signCell.hasOwnProperty('flowAccIdx') && signCell.flowAccIdx >= 0) {
  1055. signKey = `${signCell.signature_name}_${signCell.flowAccIdx}`;
  1056. }
  1057. return subSignKeyArr.indexOf(signKey);
  1058. };
  1059. const private_setSheetDrawingCellData = function(signCell, theYPos, startPicIdx, offsetRow) {
  1060. let cellControl;
  1061. if (typeof signCell[JV.PROP_CONTROL] === 'string') {
  1062. cellControl = pageData[JV.NODE_CONTROL_COLLECTION][signCell[JV.PROP_CONTROL]];
  1063. } else {
  1064. cellControl = signCell[JV.PROP_CONTROL];
  1065. }
  1066. const area = getAndSetProperSignatureArea(signCell, cellControl);
  1067. // 1. from
  1068. // let colIdx = xPos.indexOf(signCell[JV.PROP_AREA][JV.PROP_LEFT]);
  1069. // let rowIdx = theYPos.indexOf(signCell[JV.PROP_AREA][JV.PROP_TOP]) + offsetRow; // 这里要考虑Row的偏移量(多页在同同一个sheet输出)
  1070. let colIdx = xPos.indexOf(area[0]);
  1071. let rowIdx = theYPos.indexOf(area[1]) + offsetRow; // 这里要考虑Row的偏移量(多页在同同一个sheet输出)
  1072. // 因为 xPos, theYPos的首位是0,所以还需要减1
  1073. colIdx--;
  1074. rowIdx--;
  1075. rst.push('<xdr:twoCellAnchor editAs="oneCell">');
  1076. rst.push('<xdr:from>');
  1077. rst.push('<xdr:col>' + colIdx + '</xdr:col>');
  1078. rst.push('<xdr:colOff>0</xdr:colOff>');
  1079. rst.push('<xdr:row>' + rowIdx + '</xdr:row>');
  1080. rst.push('<xdr:rowOff>0</xdr:rowOff>');
  1081. rst.push('</xdr:from>');
  1082. // 2. to
  1083. colIdx = xPos.indexOf(area[2]);
  1084. rowIdx = theYPos.indexOf(area[3]) + offsetRow;
  1085. // 因为 xPos, theYPos的首位是0,所以还需要减1
  1086. colIdx--;
  1087. rowIdx--;
  1088. rst.push('<xdr:to>');
  1089. rst.push('<xdr:col>' + colIdx + '</xdr:col>');
  1090. rst.push('<xdr:colOff>0</xdr:colOff>');
  1091. rst.push('<xdr:row>' + rowIdx + '</xdr:row>');
  1092. rst.push('<xdr:rowOff>0</xdr:rowOff>');
  1093. rst.push('</xdr:to>');
  1094. // 3. pic
  1095. rst.push('<xdr:pic>');
  1096. // 3.1
  1097. rst.push('<xdr:nvPicPr>');
  1098. rst.push('<xdr:cNvPr id="' + startPicIdx + '" name="图片 ' + startPicIdx + '"/>');
  1099. rst.push('<xdr:cNvPicPr><a:picLocks noChangeAspect="1" noChangeArrowheads="1"/></xdr:cNvPicPr>');
  1100. rst.push('</xdr:nvPicPr>');
  1101. // 3.2
  1102. rst.push('<xdr:blipFill>');
  1103. // 重点!!!
  1104. // const picIdx = subSignKeyArr.indexOf(signCell.signature_name) + 1;
  1105. const picIdx = _getPicIndex(signCell) + 1;
  1106. // 3.2.1
  1107. rst.push('<a:blip xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" r:embed="rId' + picIdx + '" cstate="print">');
  1108. rst.push('<a:extLst>');
  1109. rst.push('<a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}">'); // 参考excel本身,都是固定的uri
  1110. rst.push('<a14:useLocalDpi xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" val="0"/>');
  1111. rst.push('</a:ext>');
  1112. rst.push('</a:extLst>');
  1113. rst.push('</a:blip>');
  1114. // 3.2.2
  1115. rst.push('<a:srcRect/>');
  1116. // 3.2.3
  1117. rst.push('<a:stretch><a:fillRect/></a:stretch>');
  1118. rst.push('</xdr:blipFill>');
  1119. // 3.3
  1120. rst.push('<xdr:spPr bwMode="auto">');
  1121. // 3.3.1
  1122. rst.push('<a:xfrm>');
  1123. // 以下经过Excel及WPS的测试,这数据好像没什么意义,都设为0
  1124. rst.push('<a:off x="0" y="0"/>');
  1125. rst.push('<a:ext cx="0" cy="0"/>');
  1126. rst.push('</a:xfrm>');
  1127. // 3.3.2
  1128. rst.push('<a:prstGeom prst="rect"><a:avLst/></a:prstGeom>');
  1129. // 3.3.3
  1130. rst.push('<a:noFill/>');
  1131. // 3.3.4
  1132. rst.push('<a:extLst>');
  1133. rst.push('<a:ext uri="{909E8E84-426E-40DD-AFC4-6F175D3DCCD1}">');
  1134. rst.push('<a14:hiddenFill xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main">');
  1135. rst.push('<a:solidFill><a:srgbClr val="FFFFFF"/></a:solidFill>');
  1136. rst.push('</a14:hiddenFill>');
  1137. rst.push('</a:ext>');
  1138. rst.push('</a:extLst>');
  1139. // 收尾
  1140. rst.push('</xdr:spPr>');
  1141. rst.push('</xdr:pic>');
  1142. // 4. client Data
  1143. rst.push('<xdr:clientData/>');
  1144. rst.push('</xdr:twoCellAnchor>');
  1145. };
  1146. preAnalyzePos(pageData, sheetData, xPos, yPos, yMultiPos);
  1147. rst.push('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>');
  1148. rst.push('<xdr:wsDr xmlns:xdr="http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">');
  1149. // console.log('subSignKeyArr');
  1150. // console.log(subSignKeyArr);
  1151. if (sheetData) {
  1152. // console.log('sheetData');
  1153. let startPicIdx = 2 + sheetIdx * 1000;
  1154. for (const sCell of sheetData[JV.PROP_SIGNATURE_CELLS]) {
  1155. if (_getPicIndex(sCell) >= 0) {
  1156. // if (subSignKeyArr.indexOf(sCell.signature_name) >= 0) {
  1157. private_setSheetDrawingCellData(sCell, yPos, startPicIdx, 0);
  1158. startPicIdx++;
  1159. }
  1160. }
  1161. for (const sCell of sheetData[JV.PROP_WATERMARK_CELLS]) {
  1162. if (_getPicIndex(sCell) >= 0) {
  1163. // if (subSignKeyArr.indexOf(sCell.signature_name) >= 0) {
  1164. private_setSheetDrawingCellData(sCell, yPos, startPicIdx, 0);
  1165. startPicIdx++;
  1166. }
  1167. }
  1168. } else {
  1169. // total data in one sheet
  1170. let rowOffset = 0;
  1171. for (let i = 0; i < pageData.items.length; i++) {
  1172. const shtItemData = pageData.items[i];
  1173. const tmpPos = yMultiPos[i];
  1174. let startPicIdx = 2;
  1175. for (const sCell of shtItemData[JV.PROP_SIGNATURE_CELLS]) {
  1176. if (_getPicIndex(sCell) >= 0) {
  1177. // if (subSignKeyArr.indexOf(sCell.signature_name) >= 0) {
  1178. private_setSheetDrawingCellData(sCell, tmpPos, startPicIdx, rowOffset);
  1179. startPicIdx++;
  1180. }
  1181. }
  1182. for (const sCell of shtItemData[JV.PROP_WATERMARK_CELLS]) {
  1183. if (_getPicIndex(sCell) >= 0) {
  1184. // if (subSignKeyArr.indexOf(sCell.signature_name) >= 0) {
  1185. private_setSheetDrawingCellData(sCell, tmpPos, startPicIdx, rowOffset);
  1186. startPicIdx++;
  1187. }
  1188. }
  1189. rowOffset += tmpPos.length - 2;
  1190. }
  1191. }
  1192. rst.push('</xdr:wsDr>');
  1193. return rst;
  1194. }
  1195. function writeDrawingsRels(amt, startIdx) {
  1196. const rst = [];
  1197. rst.push('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>');
  1198. rst.push('<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">');
  1199. for (let idx = 0; idx < amt; idx++) {
  1200. rst.push('<Relationship Id="rId' + (idx + 1) + '" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image' + (startIdx + idx + 1) + '.png"/>');
  1201. }
  1202. rst.push('</Relationships>');
  1203. return rst;
  1204. }
  1205. function mergeProperties(orgObj, newObj) {
  1206. const orgPropArr = [];
  1207. const newPropArr = [];
  1208. for (const p in orgObj) {
  1209. orgPropArr.push(p);
  1210. }
  1211. for (const p in newObj) {
  1212. newPropArr.push(p);
  1213. }
  1214. for (let i = 0; i < newPropArr.length; i++) {
  1215. if (orgPropArr.indexOf(newPropArr[i]) < 0) {
  1216. orgObj[newPropArr[i]] = newObj[newPropArr[i]];
  1217. }
  1218. }
  1219. }
  1220. function _createDummyCell(dummyOrgCells, parentPage) {
  1221. for (const signature of dummyOrgCells) {
  1222. if (!signature.isStamp) {
  1223. const dummyCell = {
  1224. font: 'Content',
  1225. control: 'Default',
  1226. style: 'Default_None',
  1227. Value: '',
  1228. area: { Left: 0, Right: 0, Top: 0, Bottom: 0 },
  1229. };
  1230. if (signature.style) dummyCell.style = signature.style;
  1231. dummyCell[JV.PROP_AREA][JV.PROP_LEFT] = signature[JV.PROP_AREA][JV.PROP_LEFT];
  1232. dummyCell[JV.PROP_AREA][JV.PROP_RIGHT] = signature[JV.PROP_AREA][JV.PROP_RIGHT];
  1233. dummyCell[JV.PROP_AREA][JV.PROP_TOP] = signature[JV.PROP_AREA][JV.PROP_TOP];
  1234. dummyCell[JV.PROP_AREA][JV.PROP_BOTTOM] = signature[JV.PROP_AREA][JV.PROP_BOTTOM];
  1235. parentPage[JV.PROP_CELLS].push(dummyCell);
  1236. }
  1237. }
  1238. }
  1239. function createDummySignatureCell(pageData) {
  1240. for (let pageIdx = 0; pageIdx < pageData.items.length; pageIdx++) {
  1241. const page = pageData.items[pageIdx];
  1242. if (page[JV.PROP_SIGNATURE_CELLS] && page[JV.PROP_SIGNATURE_CELLS].length > 0) {
  1243. _createDummyCell(page[JV.PROP_SIGNATURE_CELLS], page);
  1244. }
  1245. if (page[JV.PROP_SIGNATURE_DATE_CELLS] && page[JV.PROP_SIGNATURE_DATE_CELLS].length > 0) {
  1246. _createDummyCell(page[JV.PROP_SIGNATURE_DATE_CELLS], page);
  1247. }
  1248. if (page[JV.PROP_SIGNATURE_AUDIT_CELLS] && page[JV.PROP_SIGNATURE_AUDIT_CELLS].length > 0) {
  1249. _createDummyCell(page[JV.PROP_SIGNATURE_AUDIT_CELLS], page);
  1250. }
  1251. }
  1252. }
  1253. function _checkAndSetSignatureCache(pageData, signKeyArr, signPathArr, roleRel, signSheetIdxArr, isSinglePage, checkAudit = false) {
  1254. // 备注:电子签名是以图形的方式处理,一页可以有多个签名,多页的签名基本是引用同样的图片,在这里先处理一下,后期统一引用。
  1255. // 另:以后的图片(在电子签名(signature_cells)以外的图片)会单独处理(如计算草图、水印等)
  1256. let rst = false;
  1257. let chkRoles = [];
  1258. if (roleRel instanceof Array) {
  1259. chkRoles = roleRel;
  1260. } else {
  1261. if (roleRel) chkRoles.push(roleRel);
  1262. }
  1263. const _getDupPicPath = function(path) {
  1264. let rst = null;
  1265. for (const sp of signPathArr) {
  1266. if (sp.path === path) {
  1267. rst = sp;
  1268. break;
  1269. }
  1270. }
  1271. return rst;
  1272. };
  1273. const _chkSignKeys = (signature_name, pageIdx) => {
  1274. let rst = false;
  1275. let signKey = signature_name;
  1276. for (const role_rel of chkRoles) {
  1277. if (role_rel.signature_name === signature_name && role_rel.type === '流程') {
  1278. signKey = `${signature_name}_${role_rel.flowAccList[pageIdx]}`;
  1279. break;
  1280. }
  1281. }
  1282. rst = signKeyArr.includes(signKey);
  1283. return rst;
  1284. };
  1285. const _getFlowPicIndex = (signCell, pageIdx) => {
  1286. let rst = -1;
  1287. for (const role_rel of chkRoles) {
  1288. if (role_rel.signature_name === signCell.signature_name && role_rel.type === '流程') {
  1289. rst = role_rel.flowAccList[pageIdx];
  1290. break;
  1291. }
  1292. }
  1293. return rst;
  1294. };
  1295. for (let pageIdx = 0; pageIdx < pageData.items.length; pageIdx++) {
  1296. const page = pageData.items[pageIdx];
  1297. // 优化调整,不再每页都设置一个,重复的签名只需要一个即可(极端case: 13xx多页的签名文档,导出有1.3G大)
  1298. const curSignIdx = signKeyArr.length - 1;
  1299. signSheetIdxArr[pageIdx] = false;
  1300. if (page[JV.PROP_SIGNATURE_CELLS] && page[JV.PROP_SIGNATURE_CELLS].length > 0) {
  1301. for (const signatureCell of page[JV.PROP_SIGNATURE_CELLS]) {
  1302. // 这里把图片的路径作为key值判断
  1303. if (!_chkSignKeys(signatureCell.signature_name, pageIdx)) {
  1304. // if (signKeyArr.indexOf(signatureCell.signature_name) < 0) {
  1305. // 还得判断用户是否有选择签名输出
  1306. for (const role_rel of chkRoles) {
  1307. const role = getTheRightRole(role_rel, pageIdx);
  1308. if (signatureCell.signature_name === role.signature_name) {
  1309. if (!(role.signature_name.indexOf(JV.SIGNATURE_NAME_DUMMY) < 0 && role.sign_output.indexOf('normal_sign') < 0)) {
  1310. if (!checkAudit || role.signature_name.indexOf(JV.SIGNATURE_NAME_DUMMY) >= 0 || rptSignatureHelper._chkIfAudit(role)) {
  1311. // if (!checkAudit || role.signature_name.indexOf(JV.SIGNATURE_NAME_DUMMY) >= 0 || _chkIfAudit(role)) {
  1312. // 如果签名但用户并没有选择显示签名,则不输出!
  1313. if (signatureCell.isStamp) {
  1314. //签章不能用role的图片!!!
  1315. let sPObj = _getDupPicPath(signatureCell.path);
  1316. if (sPObj !== null && isSinglePage) { // 只有在isSinglePage为true时,才需要优化签名
  1317. signatureCell.signature_name = sPObj.signature_name; // 重点,如果有相同路径的,修改signature_name!
  1318. rst = true;
  1319. } else {
  1320. const signPath = { signature_name: signatureCell.signature_name, path: null, pic: null };
  1321. signPathArr.push(signPath);
  1322. signPath.path = signatureCell.path;
  1323. signKeyArr.push(signatureCell.signature_name);
  1324. rst = true;
  1325. signSheetIdxArr[pageIdx] = true;
  1326. }
  1327. } else if (role.sign_pic && role_rel.type !== '流程') {
  1328. // 非流程的sign_pic才需要这里处理
  1329. const signPath = { signature_name: signatureCell.signature_name, path: null, pic: null };
  1330. signPathArr.push(signPath);
  1331. signPath.pic = role.sign_pic;
  1332. signKeyArr.push(signatureCell.signature_name);
  1333. rst = true;
  1334. signSheetIdxArr[pageIdx] = true;
  1335. } else if (role.sign_path) {
  1336. let sPObj = _getDupPicPath(role.sign_path);
  1337. if (sPObj !== null && isSinglePage) { // 只有在isSinglePage为true时,才需要优化签名
  1338. signatureCell.signature_name = sPObj.signature_name; // 重点,如果有相同路径的,修改signature_name!
  1339. if (sPObj.flowAccIdx) signatureCell.flowAccIdx = sPObj.flowAccIdx;
  1340. rst = true;
  1341. } else {
  1342. const signPath = { signature_name: signatureCell.signature_name, path: null, pic: null };
  1343. if (role_rel.type === '流程') {
  1344. signPath.flowAccIdx = role_rel.flowAccList[pageIdx]
  1345. if (signPath.flowAccIdx >= 0) {
  1346. signKeyArr.push(`${signatureCell.signature_name}_${role_rel.flowAccList[pageIdx]}`);
  1347. signatureCell.flowAccIdx = signPath.flowAccIdx;
  1348. signPathArr.push(signPath);
  1349. signPath.path = role.sign_path;
  1350. rst = true;
  1351. signSheetIdxArr[pageIdx] = true;
  1352. } else {
  1353. // 这里不应有签名
  1354. }
  1355. } else {
  1356. signKeyArr.push(signatureCell.signature_name);
  1357. signPathArr.push(signPath);
  1358. signPath.path = role.sign_path;
  1359. rst = true;
  1360. signSheetIdxArr[pageIdx] = true;
  1361. }
  1362. }
  1363. }
  1364. }
  1365. }
  1366. break;
  1367. }
  1368. }
  1369. } else {
  1370. // 终于需要此code branch了,因有流程签名,如果是流程签名,还需要加flowAccIdx属性
  1371. const flowIdx = _getFlowPicIndex(signatureCell, pageIdx);
  1372. if (flowIdx >= 0) {
  1373. signatureCell.flowAccIdx = flowIdx;
  1374. }
  1375. }
  1376. }
  1377. }
  1378. if (page[JV.PROP_WATERMARK_CELLS] && page[JV.PROP_WATERMARK_CELLS].length > 0) {
  1379. // 水印,单独处理
  1380. const waterMarkCell = page[JV.PROP_WATERMARK_CELLS][0];
  1381. if (signKeyArr.indexOf(waterMarkCell.signature_name) < 0) {
  1382. const signPath = { path: null, pic: null };
  1383. signPathArr.push(signPath);
  1384. signPath.pic = waterMarkCell.pic;
  1385. signPath.path = waterMarkCell.path;
  1386. signKeyArr.push(waterMarkCell.signature_name);
  1387. rst = true;
  1388. signSheetIdxArr[pageIdx] = true;
  1389. } else if (!isSinglePage) {
  1390. signSheetIdxArr[pageIdx] = true;
  1391. }
  1392. }
  1393. }
  1394. return rst;
  1395. }
  1396. const excelExportUtil = {
  1397. exportExcel: async function(pageData, paperSize, fName, options, custSheetNames, custSheetMergeBands, roleRel, callback, checkAudit = false) {
  1398. const rptOptions = ({ singlePage: false, fileName: 'report' });
  1399. if (options === 'true' || options === true) {
  1400. rptOptions.singlePage = true;
  1401. }
  1402. const isSinglePage = rptOptions.singlePage;
  1403. const sheets = [];
  1404. const signKeyArr = [];
  1405. const signPathArr = [];
  1406. const signSheetIdxArr = []; // 确定哪些sheet有签名(在多表导出的时候,有些表可能没有签名,但其他的表有签名)
  1407. let thisRoleRel = [];
  1408. if (roleRel !== null && roleRel !== undefined) {
  1409. thisRoleRel = JSON.parse(JSON.stringify(roleRel));
  1410. }
  1411. await rptSignatureHelper.resetDummySignature(pageData, thisRoleRel, true); // 把草图转换一下roleRel
  1412. // const hasSignature = false; // 暂时不支持电子签名、草图导出excel
  1413. const hasSignature = _checkAndSetSignatureCache(pageData, signKeyArr, signPathArr, thisRoleRel, signSheetIdxArr, isSinglePage, checkAudit); // 因草图的关系,thisRoleRel是否为null就不是充要的条件
  1414. if (!hasSignature) {
  1415. createDummySignatureCell(pageData);
  1416. }
  1417. if (isSinglePage) {
  1418. // 加分页符(分页符要在外部处理好)-------------------
  1419. _setupPgBrks(pageData);
  1420. // 加分页符结束-------------------
  1421. sheets.push({ sheetName: '全部页' });
  1422. } else {
  1423. if (custSheetNames && custSheetNames.length === pageData.items.length) {
  1424. for (let i = 0; i < pageData.items.length; i++) {
  1425. sheets.push({ sheetName: custSheetNames[i] });
  1426. }
  1427. } else {
  1428. for (let i = 0; i < pageData.items.length; i++) {
  1429. sheets.push({ sheetName: '第' + (i + 1) + '页' });
  1430. }
  1431. }
  1432. }
  1433. // 1.
  1434. let file = '[Content_Types].xml';
  1435. let data = writeContentTypes(sheets, isSinglePage, hasSignature);
  1436. const zip = new JSZip();
  1437. zip.file(file, data.join(''), { compression: 'DEFLATE' });
  1438. // 2.
  1439. const zip_rels = zip.folder('_rels');
  1440. file = '.rels';
  1441. data = writeRootRels();
  1442. zip_rels.file(file, data.join(''), { compression: 'DEFLATE' });
  1443. // 3.
  1444. const zip_docProps = zip.folder('docProps');
  1445. file = 'app.xml';
  1446. data = writeApp(sheets, isSinglePage);
  1447. zip_docProps.file(file, data.join(''), { compression: 'DEFLATE' });
  1448. file = 'core.xml';
  1449. data = writeCore();
  1450. zip_docProps.file(file, data.join(''), { compression: 'DEFLATE' });
  1451. // 4.
  1452. const zip_xl = zip.folder('xl');
  1453. file = 'workbook.xml';
  1454. data = writeXlWorkBook(sheets, isSinglePage);
  1455. zip_xl.file(file, data.join(''), { compression: 'DEFLATE' });
  1456. const zip_rels2 = zip_xl.folder('_rels');
  1457. file = 'workbook.xml.rels';
  1458. data = writeXlRels(sheets, isSinglePage);
  1459. zip_rels2.file(file, data.join(''), { compression: 'DEFLATE' });
  1460. // 5.
  1461. const zip_theme = zip_xl.folder('theme');
  1462. file = 'theme1.xml';
  1463. data = writeTheme();
  1464. zip_theme.file(file, data, { compression: 'DEFLATE' });
  1465. if (hasSignature) {
  1466. // const _getTheRightPath = (signPath) => {
  1467. // for (const role of thisRoleRel) {
  1468. // if (role.signature_name === signPath.signature_name && role.type === '流程') {
  1469. // //
  1470. // }
  1471. // }
  1472. // };
  1473. // 5.1 写所有的image
  1474. const zip_media = zip_xl.folder('media');
  1475. let picIdx = 0;
  1476. // 优化调整,不再每页都设置一个,重复的签名只需要一个即可(极端case: 13xx多页的签名文档,导出有1.3G大)
  1477. for (let pathIdx = 0; pathIdx < signPathArr.length; pathIdx++) {
  1478. picIdx++;
  1479. // 因业务调整,需要增加流程判断
  1480. // thisRoleRel
  1481. data = await writeImage(signPathArr[pathIdx].path, signPathArr[pathIdx].pic);
  1482. file = 'image' + picIdx + '.png';
  1483. zip_media.file(file, data, { compression: 'DEFLATE' });
  1484. }
  1485. // 5.2
  1486. const zip_drawings = zip_xl.folder('drawings');
  1487. data = writeDrawings(pageData, signKeyArr, signPathArr, isSinglePage, signSheetIdxArr);
  1488. // data = writeDrawings(pageData, signKeyArr, signPathArr, false, signSheetIdxArr); // 备注:这里根本不需要考虑是否single page
  1489. for (let psIdx = 0; psIdx < data.length; psIdx++) {
  1490. file = 'drawing' + (psIdx + 1) + '.xml';
  1491. zip_drawings.file(file, data[psIdx].join(''), { compression: 'DEFLATE' });
  1492. }
  1493. // 5.3
  1494. const zip_drawings_rels = zip_drawings.folder('_rels');
  1495. let relsIdx = 0;
  1496. let relsImgAmt = 0;
  1497. for (let ssIdx = 0; ssIdx < signKeyArr.length; ssIdx++) {
  1498. data = writeDrawingsRels(signKeyArr.length, relsImgAmt); // 一个drawingX.xml.rels文件与一个drawingX.xml对应
  1499. relsIdx++;
  1500. if (isSinglePage) {
  1501. relsImgAmt += signKeyArr.length;
  1502. }
  1503. file = 'drawing' + relsIdx + '.xml.rels';
  1504. zip_drawings_rels.file(file, data.join(''), { compression: 'DEFLATE' });
  1505. }
  1506. }
  1507. // 6.
  1508. const zip_xl_worksheets = zip_xl.folder('worksheets');
  1509. const sharedStrList = [];
  1510. const stylesObj = {};
  1511. data = writeSheets(pageData, paperSize, sharedStrList, stylesObj, isSinglePage, custSheetMergeBands, hasSignature, signSheetIdxArr);
  1512. if (isSinglePage) {
  1513. for (let i = 0; i < 1; i++) {
  1514. file = 'sheet' + (i + 1) + '.xml';
  1515. zip_xl_worksheets.file(file, data[i].join(''), { compression: 'DEFLATE' });
  1516. }
  1517. } else {
  1518. for (let i = 0; i < data.length; i++) {
  1519. file = 'sheet' + (i + 1) + '.xml';
  1520. zip_xl_worksheets.file(file, data[i].join(''), { compression: 'DEFLATE' });
  1521. }
  1522. }
  1523. // 7.
  1524. if (hasSignature) {
  1525. const zip_xl_worksheets_rels = zip_xl_worksheets.folder('_rels');
  1526. if (isSinglePage) {
  1527. data = writeWorkSheetRels(1);
  1528. file = 'sheet1.xml.rels';
  1529. zip_xl_worksheets_rels.file(file, data.join(''), { compression: 'DEFLATE' });
  1530. } else {
  1531. let ssIdx = 0;
  1532. for (let i = 0; i < data.length; i++) {
  1533. if (signSheetIdxArr[i]) {
  1534. ssIdx++;
  1535. const ssData = writeWorkSheetRels(ssIdx);
  1536. file = 'sheet' + (i + 1) + '.xml.rels';
  1537. zip_xl_worksheets_rels.file(file, ssData.join(''), { compression: 'DEFLATE' });
  1538. }
  1539. }
  1540. }
  1541. }
  1542. file = 'sharedStrings.xml';
  1543. data = writeSharedString(sharedStrList);
  1544. zip_xl.file(file, data.join(''), { compression: 'DEFLATE' });
  1545. file = 'styles.xml';
  1546. data = writeStyles(stylesObj, hasSignature);
  1547. zip_xl.file(file, data.join(''), { compression: 'DEFLATE' });
  1548. zip.generateAsync({type: 'blob'}).then(function(content){
  1549. saveAs(content, `${fName}.xlsx`); // 页面需要引用 FileSaver.js 才有这个方法
  1550. });
  1551. },
  1552. exportExcelInOneBook: async function(pageDataArray, paperSize, fName, roleRelArr, callback, checkAudit = false) {
  1553. const me = this;
  1554. const newPageData = {};
  1555. // 1. 重新编排一下数据,把一份报表的pageData合并到一起作为一个Sheet输出(需要重新调整数据纵向坐标),多份报表数据就形成多个Sheet
  1556. // -- 简单来说,就是重新包装数据
  1557. try {
  1558. // 1.1 newPageData外围属性
  1559. const newContrl = {};
  1560. const newFont = {};
  1561. const newStyle = {};
  1562. const custMergeBands = [];
  1563. for (let i = 0; i < pageDataArray.length; i++) {
  1564. mergeProperties(newContrl, pageDataArray[i][JV.NODE_CONTROL_COLLECTION]);
  1565. mergeProperties(newFont, pageDataArray[i][JV.NODE_FONT_COLLECTION]);
  1566. mergeProperties(newStyle, pageDataArray[i][JV.NODE_STYLE_COLLECTION]);
  1567. }
  1568. newPageData[JV.NODE_CONTROL_COLLECTION] = newContrl;
  1569. newPageData[JV.NODE_FONT_COLLECTION] = newFont;
  1570. newPageData[JV.NODE_STYLE_COLLECTION] = newStyle;
  1571. newPageData[JV.NODE_PAGE_INFO] = pageDataArray[0][JV.NODE_PAGE_INFO];
  1572. newPageData[JV.BAND_PROP_MERGE_BAND] = pageDataArray[0][JV.BAND_PROP_MERGE_BAND];
  1573. // 1.2 重新设置pageDataArray的各个cell的Top/Bottom坐标
  1574. const sheetNames = [];
  1575. const newPagePos = [];
  1576. for (let i = 0; i < pageDataArray.length; i++) {
  1577. let offsetY = 0;
  1578. const mergeBand = {};
  1579. custMergeBands.push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND]);
  1580. // 备注:不同的报表有可能有不同的边框,如封面表就是无边框的
  1581. mergeBand[JV.PROP_LEFT] = [];
  1582. mergeBand[JV.PROP_RIGHT] = [];
  1583. mergeBand[JV.PROP_TOP] = [];
  1584. mergeBand[JV.PROP_BOTTOM] = [];
  1585. newPagePos.push(mergeBand);
  1586. if (pageDataArray[i][JV.BAND_PROP_MERGE_BAND]) {
  1587. mergeBand[JV.PROP_LEFT].push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND][JV.PROP_LEFT]);
  1588. mergeBand[JV.PROP_RIGHT].push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND][JV.PROP_RIGHT]);
  1589. }
  1590. sheetNames.push(pageDataArray[i][JV.NODE_PAGE_INFO][JV.NODE_MAIN_INFO_RPT_NAME]);
  1591. // 加分页符(分页符要在外部处理好)-------------------
  1592. _setupPgBrks(pageDataArray[i]);
  1593. // 加分页符结束-------------------
  1594. let maxY = 0;
  1595. let minY = 100000;
  1596. const checkAndResetCellYPos = function(cells) {
  1597. if (cells && cells.length > 0) {
  1598. for (const cell of cells) {
  1599. if (maxY < cell[JV.PROP_AREA][JV.PROP_BOTTOM]) {
  1600. maxY = cell[JV.PROP_AREA][JV.PROP_BOTTOM];
  1601. }
  1602. if (minY > cell[JV.PROP_AREA][JV.PROP_TOP]) {
  1603. minY = cell[JV.PROP_AREA][JV.PROP_TOP];
  1604. }
  1605. cell[JV.PROP_AREA][JV.PROP_BOTTOM] += offsetY;
  1606. cell[JV.PROP_AREA][JV.PROP_TOP] += offsetY;
  1607. if (cell.orgArea) {
  1608. cell.orgArea[JV.PROP_BOTTOM] += offsetY;
  1609. cell.orgArea[JV.PROP_TOP] += offsetY;
  1610. }
  1611. if (cell.maxRect) {
  1612. cell.maxRect[JV.IDX_TOP] += offsetY;
  1613. cell.maxRect[JV.IDX_BOTTOM] += offsetY;
  1614. }
  1615. }
  1616. }
  1617. };
  1618. for (let j = 0; j < pageDataArray[i].items.length; j++) {
  1619. maxY = 0;
  1620. minY = 100000;
  1621. if (pageDataArray[i].items[j][JV.PAGE_SPECIAL_MERGE_POS]) {
  1622. let pos = pageDataArray[i].items[j][JV.PAGE_SPECIAL_MERGE_POS][JV.PROP_TOP][0] + offsetY;
  1623. mergeBand[JV.PROP_TOP].push(pos);
  1624. pos = pageDataArray[i].items[j][JV.PAGE_SPECIAL_MERGE_POS][JV.PROP_BOTTOM][0] + offsetY;
  1625. mergeBand[JV.PROP_BOTTOM].push(pos);
  1626. } else if (pageDataArray[i].items[j][JV.PROP_PAGE_MERGE_BORDER]) {
  1627. let pos = pageDataArray[i].items[j][JV.PROP_PAGE_MERGE_BORDER][JV.PROP_TOP] + offsetY;
  1628. mergeBand[JV.PROP_TOP].push(pos);
  1629. pos = pageDataArray[i].items[j][JV.PROP_PAGE_MERGE_BORDER][JV.PROP_BOTTOM] + offsetY;
  1630. mergeBand[JV.PROP_BOTTOM].push(pos);
  1631. } else if (pageDataArray[i][JV.BAND_PROP_MERGE_BAND]) {
  1632. mergeBand[JV.PROP_TOP].push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND][JV.PROP_TOP] + offsetY);
  1633. mergeBand[JV.PROP_BOTTOM].push(pageDataArray[i][JV.BAND_PROP_MERGE_BAND][JV.PROP_BOTTOM] + offsetY);
  1634. }
  1635. // 1.2.1 重新设置普通cells的Top Bottom坐标
  1636. checkAndResetCellYPos(pageDataArray[i].items[j][JV.PROP_CELLS]);
  1637. checkAndResetCellYPos(pageDataArray[i].items[j][JV.PROP_INTERACT_CELLS]);
  1638. // 1.2.2 重新设置电子签名cells的Top Bottom坐标
  1639. checkAndResetCellYPos(pageDataArray[i].items[j][JV.PROP_SIGNATURE_CELLS]);
  1640. // 1.2.3 重新设置电子签名日期cells的Top Bottom坐标
  1641. checkAndResetCellYPos(pageDataArray[i].items[j][JV.PROP_SIGNATURE_DATE_CELLS]);
  1642. // 1.2.4 重置电子签名审核意见cells的Top Bottom坐标
  1643. checkAndResetCellYPos(pageDataArray[i].items[j][JV.PROP_SIGNATURE_AUDIT_CELLS]);
  1644. // 1.2.5 重置水印的Top Bottom坐标
  1645. checkAndResetCellYPos(pageDataArray[i].items[j][JV.PROP_WATERMARK_CELLS]);
  1646. 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;
  1647. offsetY += (maxY - minY);
  1648. if (bottomGap > 10) {
  1649. offsetY += (bottomGap - 10);
  1650. }
  1651. }
  1652. }
  1653. // 2. newPageData的items属性及相关分页符
  1654. newPageData.items = [];
  1655. newPageData.pageBreaks = [];
  1656. for (let i = 0; i < pageDataArray.length; i++) {
  1657. const pageItem = {};
  1658. pageItem[JV.PROP_PAGE_SEQ] = i + 1;
  1659. pageItem[JV.PROP_CELLS] = [];
  1660. for (let j = 0; j < pageDataArray[i].items.length; j++) {
  1661. for (let k = 0; k < pageDataArray[i].items[j][JV.PROP_CELLS].length; k++) {
  1662. pageItem[JV.PROP_CELLS].push(pageDataArray[i].items[j][JV.PROP_CELLS][k]);
  1663. }
  1664. }
  1665. pageItem[JV.PROP_INTERACT_CELLS] = [];
  1666. for (let j = 0; j < pageDataArray[i].items.length; j++) {
  1667. for (let k = 0; k < pageDataArray[i].items[j][JV.PROP_INTERACT_CELLS].length; k++) {
  1668. pageItem[JV.PROP_INTERACT_CELLS].push(pageDataArray[i].items[j][JV.PROP_INTERACT_CELLS][k]);
  1669. }
  1670. }
  1671. pageItem[JV.PROP_SIGNATURE_CELLS] = [];
  1672. for (let j = 0; j < pageDataArray[i].items.length; j++) {
  1673. for (let k = 0; k < pageDataArray[i].items[j][JV.PROP_SIGNATURE_CELLS].length; k++) {
  1674. pageItem[JV.PROP_SIGNATURE_CELLS].push(pageDataArray[i].items[j][JV.PROP_SIGNATURE_CELLS][k]);
  1675. }
  1676. }
  1677. pageItem[JV.PROP_SIGNATURE_DATE_CELLS] = [];
  1678. for (let j = 0; j < pageDataArray[i].items.length; j++) {
  1679. for (let k = 0; k < pageDataArray[i].items[j][JV.PROP_SIGNATURE_DATE_CELLS].length; k++) {
  1680. pageItem[JV.PROP_SIGNATURE_DATE_CELLS].push(pageDataArray[i].items[j][JV.PROP_SIGNATURE_DATE_CELLS][k]);
  1681. }
  1682. }
  1683. pageItem[JV.PROP_SIGNATURE_AUDIT_CELLS] = [];
  1684. for (let j = 0; j < pageDataArray[i].items.length; j++) {
  1685. for (let k = 0; k < pageDataArray[i].items[j][JV.PROP_SIGNATURE_AUDIT_CELLS].length; k++) {
  1686. pageItem[JV.PROP_SIGNATURE_AUDIT_CELLS].push(pageDataArray[i].items[j][JV.PROP_SIGNATURE_AUDIT_CELLS][k]);
  1687. }
  1688. }
  1689. pageItem[JV.PROP_WATERMARK_CELLS] = [];
  1690. for (let j = 0; j < pageDataArray[i].items.length; j++) {
  1691. for (let k = 0; k < pageDataArray[i].items[j][JV.PROP_WATERMARK_CELLS].length; k++) {
  1692. pageItem[JV.PROP_WATERMARK_CELLS].push(pageDataArray[i].items[j][JV.PROP_WATERMARK_CELLS][k]);
  1693. }
  1694. }
  1695. newPagePos[i][JV.NODE_PAGE_SIZE] = pageDataArray[i][JV.NODE_PAGE_INFO][JV.NODE_PAGE_SIZE];
  1696. pageItem[JV.PAGE_SPECIAL_MERGE_POS] = newPagePos[i];
  1697. pageItem[JV.PROP_PAGE_SIZE] = pageDataArray[i][JV.NODE_PAGE_INFO][JV.PROP_PAGE_SIZE];
  1698. newPageData.items.push(pageItem);
  1699. // 重新分配分页符()------------------
  1700. if (pageDataArray[i].pageBreaks.length === 1) {
  1701. newPageData.pageBreaks.push(pageDataArray[i].pageBreaks[0]);
  1702. } else {
  1703. newPageData.pageBreaks.push([]);
  1704. }
  1705. // 重新分配分页符结束------------------
  1706. }
  1707. // 3. everything is ok, then call me
  1708. await me.exportExcel(newPageData, paperSize, fName, 'false', sheetNames, custMergeBands, roleRelArr, callback, checkAudit);
  1709. } catch (e) {
  1710. console.log(e);
  1711. }
  1712. }
  1713. };
  1714. function convertPicBase64ToBlob(picdata) {
  1715. //去掉头(如:'data:image/png;base64,'),并转换为byte
  1716. let splitPic = picdata.split(',');
  1717. let tmpPicData = '';
  1718. if (splitPic.length === 2) {
  1719. tmpPicData = splitPic[1];
  1720. } else {
  1721. tmpPicData = splitPic[0];
  1722. }
  1723. var bytes = window.atob(tmpPicData);
  1724. //处理异常,将ascii码小于0的转换为大于0
  1725. var ab = new Uint8Array(bytes.length);
  1726. for (var i = 0; i < bytes.length; i++) {
  1727. ab[i] = bytes.charCodeAt(i);
  1728. }
  1729. return new Blob([ab], { type: 'application/pdf' });
  1730. }