Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
3316e2db
Commit
3316e2db
authored
Jul 03, 2020
by
张云飞
Browse files
Options
Browse Files
Download
Plain Diff
zyf
parents
be8b56b8
0b3ecdc0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
28 deletions
+0
-28
center-taskexecutor/app/base/utils/GT.pdf
+0
-0
center-taskexecutor/app/base/utils/GT.xlsx
+0
-0
center-taskexecutor/app/base/utils/ITQ.pdf
+0
-0
center-taskexecutor/app/base/utils/ITY.pdf
+0
-0
center-taskexecutor/app/base/utils/ST.pdf
+0
-0
center-taskexecutor/app/base/utils/execClient.js
+0
-0
center-taskexecutor/app/base/utils/test.js
+0
-28
center-taskexecutor/app/base/utils/tmpl.zip
+0
-0
center-taskexecutor/app/base/utils/tmpl2.zip
+0
-0
No files found.
center-taskexecutor/app/base/utils/GT.pdf
deleted
100644 → 0
View file @
be8b56b8
File deleted
center-taskexecutor/app/base/utils/GT.xlsx
deleted
100644 → 0
View file @
be8b56b8
File deleted
center-taskexecutor/app/base/utils/ITQ.pdf
deleted
100644 → 0
View file @
be8b56b8
File deleted
center-taskexecutor/app/base/utils/ITY.pdf
deleted
100644 → 0
View file @
be8b56b8
File deleted
center-taskexecutor/app/base/utils/ST.pdf
deleted
100644 → 0
View file @
be8b56b8
File deleted
center-taskexecutor/app/base/utils/execClient.js
View file @
3316e2db
This diff is collapsed.
Click to expand it.
center-taskexecutor/app/base/utils/test.js
deleted
100644 → 0
View file @
be8b56b8
// var excel = require('exceljs');
// async function readxls(path) {
// var promise = new Promise((resv, rej) => {
// var workbook = new excel.Workbook();
// workbook.properties.date1904 = true;
// workbook.xlsx.readFile(path)
// .then(function () {
// return resv(workbook);
// }).catch(function (e) {
// return rej(e);
// });
// });
// return promise;
// }
// (async ()=>{
// var wb= await readxls("/tmp/f2b9b12ea5bf4bc79568acc5aa907f83.xlsx");
// var sheet = wb.getWorksheet(1);
// // sheet.eachRow({ includeEmpty: true }, function(row, rowNumber) {
// // if(rowNumber>=10 && rowNumber<=10){
// // row.eachCell({ includeEmpty: true }, function(cell, colNumber) {
// // if(colNumber==28){
// // var sval=cell.value?(typeof cell.value=="object"?cell.value.result:cell.value):"0";
// // console.log(sval);
// // }
// // });
// // }
// // });
// })()
center-taskexecutor/app/base/utils/tmpl.zip
deleted
100644 → 0
View file @
be8b56b8
File deleted
center-taskexecutor/app/base/utils/tmpl2.zip
deleted
100644 → 0
View file @
be8b56b8
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment