From 72dfcdcdd6021aa231fde0457ce3102764466e0e Mon Sep 17 00:00:00 2001 From: g21589 Date: Thu, 26 Nov 2015 17:26:53 +0800 Subject: [PATCH] Temp --- .../ppt/embeddings/Microsoft_Excel____1/[Content_Types].xml | 2 ++ files/test/ppt/embeddings/Microsoft_Excel____1/_rels/.rels | 2 ++ .../test/ppt/embeddings/Microsoft_Excel____1/docProps/app.xml | 2 ++ .../ppt/embeddings/Microsoft_Excel____1/docProps/core.xml | 2 ++ .../Microsoft_Excel____1/xl/_rels/workbook.xml.rels | 2 ++ .../ppt/embeddings/Microsoft_Excel____1/xl/sharedStrings.xml | 2 ++ files/test/ppt/embeddings/Microsoft_Excel____1/xl/styles.xml | 2 ++ .../ppt/embeddings/Microsoft_Excel____1/xl/tables/table1.xml | 2 ++ .../ppt/embeddings/Microsoft_Excel____1/xl/theme/theme1.xml | 2 ++ .../test/ppt/embeddings/Microsoft_Excel____1/xl/workbook.xml | 2 ++ .../Microsoft_Excel____1/xl/worksheets/_rels/sheet1.xml.rels | 2 ++ .../embeddings/Microsoft_Excel____1/xl/worksheets/sheet1.xml | 2 ++ js/worker.js | 4 ++++ 13 files changed, 28 insertions(+) create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/[Content_Types].xml create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/_rels/.rels create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/docProps/app.xml create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/docProps/core.xml create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/xl/_rels/workbook.xml.rels create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/xl/sharedStrings.xml create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/xl/styles.xml create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/xl/tables/table1.xml create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/xl/theme/theme1.xml create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/xl/workbook.xml create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/xl/worksheets/_rels/sheet1.xml.rels create mode 100644 files/test/ppt/embeddings/Microsoft_Excel____1/xl/worksheets/sheet1.xml diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/[Content_Types].xml b/files/test/ppt/embeddings/Microsoft_Excel____1/[Content_Types].xml new file mode 100644 index 0000000..35b095b --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/[Content_Types].xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/_rels/.rels b/files/test/ppt/embeddings/Microsoft_Excel____1/_rels/.rels new file mode 100644 index 0000000..74bfd8d --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/_rels/.rels @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/docProps/app.xml b/files/test/ppt/embeddings/Microsoft_Excel____1/docProps/app.xml new file mode 100644 index 0000000..80bcb7b --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/docProps/app.xml @@ -0,0 +1,2 @@ + +Microsoft Excel0false工作表1工作表1falsefalsefalse15.0300 \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/docProps/core.xml b/files/test/ppt/embeddings/Microsoft_Excel____1/docProps/core.xml new file mode 100644 index 0000000..aae58b3 --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/docProps/core.xml @@ -0,0 +1,2 @@ + +Guan-Bin ChenGuan-Bin Chen2015-11-12T13:41:46Z2015-11-12T13:41:54Z \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/xl/_rels/workbook.xml.rels b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/_rels/workbook.xml.rels new file mode 100644 index 0000000..65485f7 --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/_rels/workbook.xml.rels @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/xl/sharedStrings.xml b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/sharedStrings.xml new file mode 100644 index 0000000..e5da120 --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/sharedStrings.xml @@ -0,0 +1,2 @@ + +數列 1數列 2數列 3類別 1類別 2類別 3類別 4 \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/xl/styles.xml b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/styles.xml new file mode 100644 index 0000000..e88d601 --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/styles.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/xl/tables/table1.xml b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/tables/table1.xml new file mode 100644 index 0000000..9d06d9e --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/tables/table1.xml @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/xl/theme/theme1.xml b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/theme/theme1.xml new file mode 100644 index 0000000..59c1e8d --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/theme/theme1.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/xl/workbook.xml b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/workbook.xml new file mode 100644 index 0000000..bc8d1d9 --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/workbook.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/xl/worksheets/_rels/sheet1.xml.rels b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/worksheets/_rels/sheet1.xml.rels new file mode 100644 index 0000000..04088c4 --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/worksheets/_rels/sheet1.xml.rels @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/files/test/ppt/embeddings/Microsoft_Excel____1/xl/worksheets/sheet1.xml b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/worksheets/sheet1.xml new file mode 100644 index 0000000..39d942b --- /dev/null +++ b/files/test/ppt/embeddings/Microsoft_Excel____1/xl/worksheets/sheet1.xml @@ -0,0 +1,2 @@ + +701234.32.4242.54.4000000000000004253.51.8364.52.85 \ No newline at end of file diff --git a/js/worker.js b/js/worker.js index 11128ba..3a52b36 100644 --- a/js/worker.js +++ b/js/worker.js @@ -821,8 +821,12 @@ function processGraphicFrameNode(node, warpObj) { result = tableHtml; break; case "http://schemas.openxmlformats.org/drawingml/2006/chart": + var xfrmNode = getTextByPathList(node, ["p:xfrm"]); + result = "
TODO: chart
"; break; case "http://schemas.openxmlformats.org/drawingml/2006/diagram": + var xfrmNode = getTextByPathList(node, ["p:xfrm"]); + result = "
TODO: diagram
"; break; default: }