CN109634575A - Intelligence generates PPT analysis report method - Google Patents

Intelligence generates PPT analysis report method Download PDF

Info

Publication number
CN109634575A
CN109634575A CN201811581994.5A CN201811581994A CN109634575A CN 109634575 A CN109634575 A CN 109634575A CN 201811581994 A CN201811581994 A CN 201811581994A CN 109634575 A CN109634575 A CN 109634575A
Authority
CN
China
Prior art keywords
ppt
data
index
chart
page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811581994.5A
Other languages
Chinese (zh)
Inventor
陈绪龙
潘华兵
王军凯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Anhui Jing Bang Software Technology Co Ltd
Original Assignee
Anhui Jing Bang Software Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Anhui Jing Bang Software Technology Co Ltd filed Critical Anhui Jing Bang Software Technology Co Ltd
Priority to CN201811581994.5A priority Critical patent/CN109634575A/en
Publication of CN109634575A publication Critical patent/CN109634575A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses intelligence to generate PPT analysis report method, is related to PPT generation technique field.The present invention includes: to establish the json data object comprising content, page, index and type, for storing the element of PPT file into memory;It establishes PPT template object and realizes PPT template object according to data of the json data object storage into memory.The present invention is by establishing PPT template, it is only necessary to appoint that json data format is filled into PPT template with front end, without the concern for complex situations such as typesetting and background pictures;Facilitate operation, improve efficiency.

Description

Intelligence generates PPT analysis report method
Technical field
The invention belongs to PPT generation technique fields, generate PPT analysis report method more particularly to a kind of intelligence.
Background technique
During modern office, shown frequently with PPT, it is intuitive and easy to understand;The production of PPT, often needs office worker to talk about Take for a long time, especially Web- Designing PPT;Affect modern office efficiency.
The invention proposes a kind of intelligence to generate PPT analysis report method, by establishing PPT template, it is only necessary to use front end Appoint that json data format is filled into PPT template, without the concern for complex situations such as typesetting and background pictures;Facilitate behaviour Make, improve efficiency.
Summary of the invention
The purpose of the present invention is to provide intelligence to generate PPT analysis report method, by building for by the member of PPT file Json data object of the element storage into memory, then building generates PPT template object, is finally stored according to json data object Data into memory realize PPT template object, realize that the intelligence of PPT quickly generates, and solve existing intelligence and generate PPT analysis The problem of reporting operations are cumbersome, low efficiency.
In order to solve the above technical problems, the present invention is achieved by the following technical solutions:
The present invention is that intelligence generates PPT analysis report method, includes the following:
Step 1: establishing the json data object comprising content, page, index and type, is used for PPT file Element store into memory;
Wherein, the page corresponds to the page number of lantern slide in PPT file;The index correspond to element in lantern slide plus Load sequence;The content corresponds to the data in the element;The type corresponds to the element type;The element type Scheme including table table, text text and chart;Example: { " content ": " 1-8 month company master financial in 2018 refers to Mark situation-important indicator completion rate ", " type ": " text ", " page ": " 41 ", " index ": " 2 " };
Wherein, it when gauge outfit, which has, merges row or column, needs to take subscript;Body has merging to be also required to take subscript when arranging, Do not write mark default 1-1;Such as:
" header ": [the same score of { " index0 ": " operational plate -> 2-1 ", " index1 ": " operating income Analysis (Wan Yuan) -> 1-4 ", " index2 ": " belongs to group's net profit and analyzes (Wan Yuan) -> 1-4 " on year-on-year basis },
" index0 ": " 2018 the 1-* month -> 1-1 ", " index1 ": " 2017 the same period -> 1-1 ", " Index2 ": " change volume -> 1-1 ", " index3 ": " change ratio -> 1-1 ", " index4 ": " 1-* in 2018 The moon -> 1-1 ", " index5 ": " 2017 the same period -> 1-1 ", " index6 ": " change volume -> 1-1 ", " Index7 ": " change ratio -> 1-1 ",
" index0 ": " operational plate ", " index1 ": " the 1-* month in 2018 ", " index2 ": " 2017 Year same period ", " index3 ": " change volume ", " index4 ": " change ratio ", " index5 ": " 1-* in 2018 Month ", " index6 ": " same period in 2017 ", " index7 ": " change volume ", " index8 ": " change ratio Rate ".
When the gauge outfit of the table has merging rows, the cell being merged will have data;Example:
" { " header ": [{ " index0 ": " operational plate -> 2-1 ", " index1 ": " operating income is year-on-year Analysis (Wan Yuan) -> 1-4 ", " index2 ": " belongs to group's net profit and analyzes (Wan Yuan) -> 1-4 " on year-on-year basis },
" index0 ": " 2018 the 1-* month -> 1-1 ", " index1 ": " 2017 the same period -> 1-1 ", " Index2 ": " change volume -> 1-1 ", " index3 ": " change ratio -> 1-1 ", " index4 ": " 1-* in 2018 The moon -> 1-1 ", " index5 ": " 2017 the same period -> 1-1 ", " index6 ": " change volume -> 1-1 ", " Index7 ": " change ratio -> 1-1 ",
The index0 (" index0 ": " operational plate -> 2-1 ") of the first row incorporate the second row index0 (" Index0 ": " the 1-* month -> 1-1 " in 2018), but the second row is still to the presence of index0, and data can be sky or second Row is started with index1, i.e., that cell needs occupied in data are available, and merges column then no requirement (NR);
Merge Cells are not present in chart, therefore the header of chart data namely gauge outfit do not pass.
Step 2: PPT template object is established;
Wherein, the PPT template object includes slideshow object, number of slides and lantern slide index page;It is described Slideshow object includes element object, number of elements and element index index;The lantern slide index page and element rope Draw the unique identification of index constitution element object;The element object includes text box, chart and table;By PPT template The loading sequence index combination of element is fitted in front end data in the xml document of page number page and PPT template, a page+ Index combines an existing element in (unique) direction template, which can be text box, chart, table, utilizes Docx4j plug-in unit reads template to memory, then creates PPT template object;Example: PresentationMLPackage pairs of creation As:
File file=new File (readpath);
PresentationMLPackage
PptPkg=PPTXUtils.loadPPTPackage (file, null);
Return pptPkg。
Step 3: PPT template object is realized according to data of the json data object storage into memory;Example:
Object obj=CommonFun.getTtemFromPackage (pptPkg, page, index).
Preferably, realize that PPT template object is specific according to data of the json data object storage into memory in step 3 Include the following:
If the type of element object is table:
Table objects are obtained according to page, index, the columns of table is obtained according to the first row of json data, according to The line number of json data obtains the line number of table, finally delimits table again on the basis of template form according to the ranks number of data The ranks number of lattice, makes table row columns according to data movement;According to data -> a-b indicate to determine whether needing combining unit Lattice, 1-1 is not i.e. without merging (carrying 1-1 default 1-1) in data, then downstairs merger a line, 1-2 then merge to the right a column to 2-1, with This analogizes.It needs for the cell being merged to be available in data when thering is row to merge (referring to data format introduction), column merge It does not need then.Due to more a line of data gauge outfit meeting of front end, start to skip 1 row data: jsonRow=in the second row (JSONObject)json.get(i+1);Loop nesting traversal, replacement unit lattice number are finally carried out according to the row and column of data According to;
If the type of element object is text box:
The text fragment in the text box is obtained, realizes that PPT template object is corresponding by the text fragment in text box Text box objects;Element object is obtained according to page and index first, judges whether to belong to text box objects CCTextBody <p:txBody>, the paragraph element set in text box is obtained further according to text box objects:
ListM<CTTextParagraph>tps=textbody.getP ();<a:p>;
Emptying paragraph style and content, text json data are finally inserted into text fragment by: tps.cleat (): regular.setT(str)。
If the type of element object is table:
The corresponding json data of the table are obtained, realize that PPT template object is corresponding by the corresponding json data of table Table objects;Table objects are obtained according to page, index, the columns of table is obtained according to the first row of json data, according to The line number of json data obtains the line number of table, finally delimits table again on the basis of template form according to the ranks number of data The ranks number of lattice, makes table row columns according to data movement.
If the type of element object is chart:
The id in slide.xml file with chart.xml file association is obtained first;
Example: silde.getRelationshipsPart () .getPart (ctrelid.getId ());
<c:chart r:id=" rId2 ">;
Corresponding chart.xml file is found further according to id to modify excle file;Finally get chart.xml text Json data are filled replacement by part;
Example:
Chart chart=(Chart) pptPkg.getParts () .get (f.getPartName ());
Chart.xml file finally is got, json data are filled replacement.Finally replace in slide.xml again Data.Separately due to being generally not present Merge Cells problem in chart, the gauge outfit header of chart does not need to pass, Use the gauge outfit in template.
The invention has the following advantages:
The present invention, for the element of PPT file to be stored the json data object into memory, is then constructed by building PPT template object is generated, finally PPT template object is realized according to data of the json data object storage into memory, realizes PPT Intelligence quickly generate, without the concern for complex situations such as typesetting and background pictures;Facilitate operation, improve efficiency.
Certainly, it implements any of the products of the present invention and does not necessarily require achieving all the advantages described above at the same time.
Detailed description of the invention
In order to illustrate the technical solution of the embodiments of the present invention more clearly, will be described below to embodiment required Attached drawing is briefly described, it should be apparent that, drawings in the following description are only some embodiments of the invention, for ability For the those of ordinary skill of domain, without creative efforts, it can also be obtained according to these attached drawings other attached Figure.
Fig. 1 is the flow chart that intelligence of the invention generates PPT analysis report method.
Specific embodiment
Following will be combined with the drawings in the embodiments of the present invention, and technical solution in the embodiment of the present invention carries out clear, complete Site preparation description, it is clear that described embodiments are only a part of the embodiments of the present invention, instead of all the embodiments.It is based on Embodiment in the present invention, it is obtained by those of ordinary skill in the art without making creative efforts all other Embodiment shall fall within the protection scope of the present invention.
Refering to Figure 1, the present invention is that intelligence generates PPT analysis report method, include the following:
Step 1: establishing the json data object comprising content, page, index and type, is used for PPT file Element store into memory;
Wherein, page corresponds to the page number of lantern slide in PPT file;Index corresponds to the loading sequence of element in lantern slide; Data in content corresponding element;Type corresponding element type;Element type include table table, text text and Chart figure;Example: " content ": " 1-8 month company master financial index situation-important indicator completion rate in 2018 ", " type":"text","page":"41","index":"2"};
Wherein, it when gauge outfit, which has, merges row or column, needs to take subscript;Body has merging to be also required to take subscript when arranging, Do not write mark default 1-1;Such as:
" header ": [the same score of { " index0 ": " operational plate -> 2-1 ", " index1 ": " operating income Analysis (Wan Yuan) -> 1-4 ", " index2 ": " belongs to group's net profit and analyzes (Wan Yuan) -> 1-4 " on year-on-year basis },
" index0 ": " 2018 the 1-* month -> 1-1 ", " index1 ": " 2017 the same period -> 1-1 ", " Index2 ": " change volume -> 1-1 ", " index3 ": " change ratio -> 1-1 ", " index4 ": " 1-* in 2018 The moon -> 1-1 ", " index5 ": " 2017 the same period -> 1-1 ", " index6 ": " change volume -> 1-1 ", " Index7 ": " change ratio -> 1-1 ",
" index0 ": " operational plate ", " index1 ": " the 1-* month in 2018 ", " index2 ": " 2017 Year same period ", " index3 ": " change volume ", " index4 ": " change ratio ", " index5 ": " 1-* in 2018 Month ", " index6 ": " same period in 2017 ", " index7 ": " change volume ", " index8 ": " change ratio Rate ".
When the gauge outfit of table has merging rows, the cell being merged will have data;Example:
" { " header ": [{ " index0 ": " operational plate -> 2-1 ", " index1 ": " operating income is year-on-year Analysis (Wan Yuan) -> 1-4 ", " index2 ": " belongs to group's net profit and analyzes (Wan Yuan) -> 1-4 " on year-on-year basis },
" index0 ": " 2018 the 1-* month -> 1-1 ", " index1 ": " 2017 the same period -> 1-1 ", " Index2 ": " change volume -> 1-1 ", " index3 ": " change ratio -> 1-1 ", " index4 ": " 1-* in 2018 The moon -> 1-1 ", " index5 ": " 2017 the same period -> 1-1 ", " index6 ": " change volume -> 1-1 ", " Index7 ": " change ratio -> 1-1 ",
The index0 (" index0 ": " operational plate -> 2-1 ") of the first row incorporate the second row index0 (" Index0 ": " the 1-* month -> 1-1 " in 2018), but the second row is still to the presence of index0, and data can be sky or second Row is started with index1, i.e., that cell needs occupied in data are available, and merges column then no requirement (NR);
Merge Cells are not present in chart, therefore the header of chart data namely gauge outfit do not pass.
Step 2: PPT template object is established;
Wherein, PPT template object includes slideshow object, number of slides and lantern slide index page;Lantern slide pair As including element object, number of elements and element index index;Lantern slide indexes page and element index index and constitutes The unique identification of element object;Element object includes text box, chart and table;By page number page and the PPT mould of PPT template The loading sequence index combination of element is fitted in front end data in the xml document of plate, and a page+index combination (unique) refers to One existing element into template, the element can be text box, chart, table, read template using docx4j plug-in unit and arrive Then memory creates PPT template object;Example: creation PresentationMLPackage object:
File file=new File (readpath);
PresentationMLPackage
PptPkg=PPTXUtils.loadPPTPackage (file, null);
Return pptPkg。
Step 3: PPT template object is realized according to data of the json data object storage into memory;Example:
Object obj=CommonFun.getTtemFromPackage (pptPkg, page, index).
Preferably, realize that PPT template object is specific according to data of the json data object storage into memory in step 3 Include the following:
If the type of element object is table:
Table objects are obtained according to page, index, the columns of table is obtained according to the first row of json data, according to The line number of json data obtains the line number of table, finally delimits table again on the basis of template form according to the ranks number of data The ranks number of lattice, makes table row columns according to data movement;According to data -> a-b indicate to determine whether needing combining unit Lattice, 1-1 is not i.e. without merging (carrying 1-1 default 1-1) in data, then downstairs merger a line, 1-2 then merge to the right a column to 2-1, with This analogizes.It needs for the cell being merged to be available in data when thering is row to merge (referring to data format introduction), column merge It does not need then.Due to more a line of data gauge outfit meeting of front end, start to skip 1 row data: jsonRow=in the second row (JSONObject)json.get(i+1);Loop nesting traversal, replacement unit lattice number are finally carried out according to the row and column of data According to;
If the type of element object is text box:
The text fragment in text box is obtained, the corresponding text of PPT template object is realized by the text fragment in text box This frame object;Element object is obtained according to page and index first, judges whether to belong to text box objects CCTextBody < p: TxBody>, the paragraph element set in text box: ListM<CTTextParagraph>tps is obtained further according to text box objects =textbody.getP ();<a:p>;Emptying paragraph style and content: tps.cleat () finally inserts text json data Enter in text fragment: regular.setT (str).
If the type of element object is table:
The corresponding json data of table are obtained, realize the corresponding table of PPT template object by the corresponding json data of table Lattice object;Table objects are obtained according to page, index, the columns of table are obtained according to the first row of json data, according to json The line number of data obtains the line number of table, finally delimits table again on the basis of template form according to the ranks number of data Ranks number makes table row columns according to data movement.
If the type of element object is chart:
The id in slide.xml file with chart.xml file association is obtained first;
Example: silde.getRelationshipsPart () .getPart (ctrelid.getId ());
<c:chart r:id=" rId2 ">;
Corresponding chart.xml file is found further according to id to modify excle file;Finally get chart.xml text Json data are filled replacement by part;
Example:
Chart chart=(Chart) pptPkg.getParts () .get (f.getPartName ());
Chart.xml file finally is got, json data are filled replacement.Finally replace in slide.xml again Data.Separately due to being generally not present Merge Cells problem in chart, the gauge outfit header of chart does not need to pass, Use the gauge outfit in template.
It is worth noting that, included each unit is only drawn according to function logic in the above system embodiment Point, but be not limited to the above division, as long as corresponding functions can be realized;In addition, each functional unit is specific Title is also only for convenience of distinguishing each other, the protection scope being not intended to restrict the invention.
In addition, those of ordinary skill in the art will appreciate that realizing all or part of the steps in the various embodiments described above method It is that relevant hardware can be instructed to complete by program, corresponding program can store to be situated between in a computer-readable storage In matter.
Present invention disclosed above preferred embodiment is only intended to help to illustrate the present invention.There is no detailed for preferred embodiment All details are described, are not limited the invention to the specific embodiments described.Obviously, according to the content of this specification, It can make many modifications and variations.These embodiments are chosen and specifically described to this specification, is in order to better explain the present invention Principle and practical application, so that skilled artisan be enable to better understand and utilize the present invention.The present invention is only It is limited by claims and its full scope and equivalent.

Claims (2)

1. intelligence generates PPT analysis report method, which is characterized in that include the following:
Step 1: establish include content, page, index and type json data object, for by the member of PPT file Element storage is into memory;
Wherein, the page corresponds to the page number of lantern slide in PPT file;The load that the index corresponds to element in lantern slide is suitable Sequence;The content corresponds to the data in the element;The type corresponds to the element type;The element type includes Table table, text text and chart figure;
Step 2: PPT template object is established;
Wherein, the PPT template object includes slideshow object, number of slides and lantern slide index page;The magic lantern Piece object includes element object, number of elements and element index index;The lantern slide index page and element index The unique identification of index constitution element object;The element object includes text box, chart and table;
Step 3: PPT template object is realized according to data of the json data object storage into memory.
2. intelligence according to claim 1 generates PPT analysis report method, which is characterized in that according to json in step 3 It is as follows that data of the data object storage into memory realize that PPT template object specifically includes:
If the type of element object is table:
Table objects are obtained according to page, index, the columns of table are obtained according to the first row of json data, according to json number According to line number obtain table line number, finally delimit the row of table again on the basis of template form according to the ranks number of data Columns makes table row columns according to data movement;
If the type of element object is text box:
The text fragment in the text box is obtained, the corresponding text of PPT template object is realized by the text fragment in text box This frame object;
If the type of element object is chart:
The id in slide.xml file with chart.xml file association is obtained first;It is found further according to id corresponding Chart.xml file modifies excle file;Chart.xml file finally is got, json data are filled replacement.
CN201811581994.5A 2018-12-24 2018-12-24 Intelligence generates PPT analysis report method Pending CN109634575A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811581994.5A CN109634575A (en) 2018-12-24 2018-12-24 Intelligence generates PPT analysis report method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811581994.5A CN109634575A (en) 2018-12-24 2018-12-24 Intelligence generates PPT analysis report method

Publications (1)

Publication Number Publication Date
CN109634575A true CN109634575A (en) 2019-04-16

Family

ID=66076821

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811581994.5A Pending CN109634575A (en) 2018-12-24 2018-12-24 Intelligence generates PPT analysis report method

Country Status (1)

Country Link
CN (1) CN109634575A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377895A (en) * 2019-07-24 2019-10-25 上海宝尊电子商务有限公司 A kind of exchange method for data product shopping vehicle type export PPT file
CN111192336A (en) * 2019-12-20 2020-05-22 福建天泉教育科技有限公司 Method and terminal for restoring linear gradual change of background title shadows in PPTX
CN111985199A (en) * 2020-08-13 2020-11-24 黄石示界创信息科技有限公司 PPT (Power Point) generation method and system based on mind map
CN112380827A (en) * 2020-10-16 2021-02-19 福建天泉教育科技有限公司 PPTX document batch processing method and terminal
CN112560406A (en) * 2020-12-17 2021-03-26 中科三清科技有限公司 Method and device for generating forecast consultation demonstration manuscript
CN112598791A (en) * 2020-12-17 2021-04-02 中科三清科技有限公司 Method and device for displaying air quality data in forecast consultation PPT
CN114564628A (en) * 2022-03-09 2022-05-31 云学堂信息科技(江苏)有限公司 Efficient knowledge base deep retrieval method based on enterprise training
CN117056539A (en) * 2023-10-13 2023-11-14 一网互通(北京)科技有限公司 Method and device for generating pptx format file in real time and electronic equipment
CN117688922A (en) * 2023-11-28 2024-03-12 中国人寿保险股份有限公司江苏省分公司 Method for analoging and sending news of achieving goal

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7567658B1 (en) * 2005-06-22 2009-07-28 Intellicall, Inc. Method to verify designation of pay telephone with an interexchange carrier
CN106649223A (en) * 2016-12-23 2017-05-10 北京文因互联科技有限公司 Financial report automatic generation method based on natural language processing
CN107491426A (en) * 2016-10-25 2017-12-19 宝沃汽车(中国)有限公司 The automatic generation method and system of PPT reports
CN107766311A (en) * 2017-09-27 2018-03-06 武汉达策信息技术有限公司 Risk investment method for reporting data and system are automatically generated based on OnlineBox systems

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7567658B1 (en) * 2005-06-22 2009-07-28 Intellicall, Inc. Method to verify designation of pay telephone with an interexchange carrier
CN107491426A (en) * 2016-10-25 2017-12-19 宝沃汽车(中国)有限公司 The automatic generation method and system of PPT reports
CN106649223A (en) * 2016-12-23 2017-05-10 北京文因互联科技有限公司 Financial report automatic generation method based on natural language processing
CN107766311A (en) * 2017-09-27 2018-03-06 武汉达策信息技术有限公司 Risk investment method for reporting data and system are automatically generated based on OnlineBox systems

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
用户手册: "《如何在PowerPoint中使用json中的数据实现图表的自动化》", 《HTTPS://WWW.THINK-CELL.COM/ZH/RESOURCES/MANUAL/JSONDATAAUTOMATION.HTML》 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377895A (en) * 2019-07-24 2019-10-25 上海宝尊电子商务有限公司 A kind of exchange method for data product shopping vehicle type export PPT file
CN111192336B (en) * 2019-12-20 2023-04-28 福建天泉教育科技有限公司 Method and terminal for restoring linear gradual change of background title shadows in PPTX
CN111192336A (en) * 2019-12-20 2020-05-22 福建天泉教育科技有限公司 Method and terminal for restoring linear gradual change of background title shadows in PPTX
CN111985199A (en) * 2020-08-13 2020-11-24 黄石示界创信息科技有限公司 PPT (Power Point) generation method and system based on mind map
CN111985199B (en) * 2020-08-13 2023-10-27 黄石示界创信息科技有限公司 PPT generation method and system based on thought guide graph
CN112380827A (en) * 2020-10-16 2021-02-19 福建天泉教育科技有限公司 PPTX document batch processing method and terminal
CN112380827B (en) * 2020-10-16 2022-10-21 福建天泉教育科技有限公司 PPTX document batch processing method and terminal
CN112598791A (en) * 2020-12-17 2021-04-02 中科三清科技有限公司 Method and device for displaying air quality data in forecast consultation PPT
CN112560406A (en) * 2020-12-17 2021-03-26 中科三清科技有限公司 Method and device for generating forecast consultation demonstration manuscript
CN114564628A (en) * 2022-03-09 2022-05-31 云学堂信息科技(江苏)有限公司 Efficient knowledge base deep retrieval method based on enterprise training
CN117056539A (en) * 2023-10-13 2023-11-14 一网互通(北京)科技有限公司 Method and device for generating pptx format file in real time and electronic equipment
CN117056539B (en) * 2023-10-13 2024-01-02 一网互通(北京)科技有限公司 Method and device for generating pptx format file in real time and electronic equipment
CN117688922A (en) * 2023-11-28 2024-03-12 中国人寿保险股份有限公司江苏省分公司 Method for analoging and sending news of achieving goal

Similar Documents

Publication Publication Date Title
CN109634575A (en) Intelligence generates PPT analysis report method
CN105447174B (en) A kind of report generation method and device
CN102722616B (en) Method for drawing exploration point plan based on Excel
CN104063365B (en) The method that object is inserted into PDF document
CN107423061A (en) A kind of list generation method based on ISON data
CN104516867A (en) Table reordering method and table reordering system
CN104020997A (en) Extensible graphical rule application system
CN103886023A (en) Storage and extraction method and system of Excel data tables
CN110968579B (en) Execution plan generation and execution method, database engine and storage medium
CN105844683B (en) The implementation method of pixel difference frame-by-frame cartoons based on Canvas and WebWorker
CN108108194A (en) User interface edit methods and user interface editing machine
CN103412819B (en) A kind of file convertor method of testing based on correlation analysis and device
CN109213480A (en) A kind of method, storage medium, equipment and system for developing the back-stage management page
CN108897551A (en) A kind of generation method and device of quoting resource relational tree
CN107145477A (en) A kind of reporting system based on FineReport instruments
CN104408128B (en) A kind of reading optimization method indexed based on B+ trees asynchronous refresh
CN103995886B (en) A kind of various dimensions product-design knowledge pushes framework and construction method
CN101799825B (en) XML (Extensible Markup Language) document structure based on extended adjacent matrix and semantic similarity calculation method
US20120269434A1 (en) Graphic Object Layout Templates for Arranging Images
CN104360826B (en) Reporting Customization print page apparatus and method
CN105589944A (en) Automatic calculation method for reverse data of LKJ basic data filling table
CN107423431A (en) A kind of remotely-sensed data storage method and system based on distributed file system
CN107316655B (en) A method of it is stored for space flight initialization data
US9128807B2 (en) Module structural analysis supporting device and program
Sensales et al. Politics and gender issues: At the crossroads of sexism in language and attitudes. An overview of some Italian studies

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190416