CN106227575A - Method for generating and analyzing text file - Google Patents

Method for generating and analyzing text file Download PDF

Info

Publication number
CN106227575A
CN106227575A CN201610596627.7A CN201610596627A CN106227575A CN 106227575 A CN106227575 A CN 106227575A CN 201610596627 A CN201610596627 A CN 201610596627A CN 106227575 A CN106227575 A CN 106227575A
Authority
CN
China
Prior art keywords
configuration
file
row
data
type
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.)
Granted
Application number
CN201610596627.7A
Other languages
Chinese (zh)
Other versions
CN106227575B (en
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.)
Inspur General Software Co Ltd
Original Assignee
Inspur General Software 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 Inspur General Software Co Ltd filed Critical Inspur General Software Co Ltd
Priority to CN201610596627.7A priority Critical patent/CN106227575B/en
Publication of CN106227575A publication Critical patent/CN106227575A/en
Application granted granted Critical
Publication of CN106227575B publication Critical patent/CN106227575B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention discloses a method for generating and analyzing a text file, which comprises the following concrete implementation processes: the text file is generated and analyzed by configuring a data set and a data item of the text file in a configuration table and configuring the contents comprising fields, field lengths and field numerical precision respectively defined by a character code and text file summary line and a detail line according to the data set and the data item. Compared with the prior art, the method for generating and analyzing the text file reduces the development workload and the technical requirements for analyzing and generating the text file in the development and implementation of the information system, thereby leading the development and implementation personnel to concentrate on the business requirements.

Description

A kind of method generated and resolve text
Technical field
The present invention relates to microcomputer data processing field, a kind of side generated and resolve text Method.
Background technology
Text is because form is simple, in the little data exchange being widely used between different system of volume, therefore at letter Breath system development and enforcement Chinese version document analysis and generation are demands that is basic and that be frequently encountered by.So in information system System exploitation with implement, a kind of general and to resolve and generate the method for text flexibly be indispensable.
General text file analysis frequently encounters to solve development of information system with processing method in implementing Text file analysis and the business demand of generation, text is difference and in use change request with business difference Many, resolve complicated (details that should be noted is the most) with generation process.Based on this, now provide a kind of general text file analysis With processing method, realizing according to this method, developing can be by configuring parsing and the life that can realize text with enforcement personnel Become, so that developer is absorbed in business demand, the development amount reducing related service and technology requirement.
Summary of the invention
The technical assignment of the present invention is for above weak point, it is provided that a kind of generation and the method resolving text.
A kind of method generated and resolve text, it implements process and is:
By data set and the data item of configuration text file in allocation list, configure according in this data set and data item The field that defines respectively including character code and text summary row and detailed row, field length, field values precision interior Hold, generate and resolve text.
The detailed process of configuration text file data set is:
Create configuration text file definition table, this table include data set code, version number, Chinese, English name, Data set type, character code, file format, pipe and whether compress, wherein data set type include XML message and TXT file two kinds, character code includes GBK and UTF-8;File format includes that byte fixed length and pipe separate;
Original text file configuration parameter, i.e. original character coding, file format, whether compress, pipe.
The detailed process of configuration text file data item is:
Creating configuration text file definition of data item table, this table includes data set code, version number, Chinese, English Literary fame claims, type, length, precision, sequence number, and wherein data item type includes summary row, detailed row;Type includes N and X, wherein N Representing the numeral of 0 to 9, X represents character and Chinese;
Original text file data item configuration parameter, i.e. initial English name, type, length, precision.
The process generating text is:
One, first number according to business function, obtain related service configuration data set type, summary row data dictionary, bright Thin row data dictionary;
Two, the text content of file corresponding format is generated according to business datum collection type and data set dictionary configuration;
Three, the file content of the business need form of generation is written in file.
The detailed process of described step 2 is:
1) first determine whether file format, determine byte fixed length or pipe separates;
2) when being byte f format, follow the steps below:
Circulation summary row data dictionary:
When data item type is X, i.e. character and Chinese, then the English name according to configuration obtains the corresponding word of summary row Identifier value, obtains the byte length of character according to character code, if length blank fill the most behind;
When data type is N, i.e. during numerical value, then the English name according to configuration obtains the respective field value of summary row, as For sky, then directly according to length zero padding;If not then being multiplied by the numerical precision power of 10 for sky, further according to configured length before it Zero padding;
Circulation detailed data, the detailed row data dictionary of circulation:
When data item type is X, i.e. character and Chinese, then obtain the corresponding word of detailed row according to the English name of configuration Identifier value, obtains the byte length of character according to character code, such as length blank fill the most behind;
When data type is N, i.e. during numerical value, then obtain the respective field value of detailed row according to the English name of configuration, as For sky, then directly according to length zero padding;If not then being multiplied by the numerical precision power of 10 for sky, further according to configured length before it Zero padding;
3) when being pipe separation, follow the steps below:
Circulation summary row data dictionary, the i.e. English name according to configuration obtain the respective symbols value of summary row, behind The pipe of additional configurations;
Circulation detailed data, the detailed row data dictionary of circulation, i.e. obtain the corresponding word of detailed row according to the English name of configuration Identifier value, the behind pipe of additional configurations.
The detailed process of described step 3 is: judge whether file compresses, if compression, by file content by configuration Character code uses gzip compression algorithm after being converted into byte arrays, is written in file after packed byte stream;If do not compressed, then File content is written in corresponding file by the character code of configuration.
The process resolving text is:
A, number according to business function, obtain related service configuration data set type, summary row data dictionary, detailed line number According to dictionary;
B, according to file whether compress generation file reading flow.
The detailed process of described step B is:
1) file is read in circulation, and reads file a line every time;
2) judge file format, be defined as byte fixed length or pipe separates;
3) when file format is byte fixed length, follow the steps below:
The character code that the file content of reading configures according to data set type is changed into byte arrays;
When read for the first row time, circulate summary row data dictionary, according to data item dictionary definition length and position Intercept corresponding field value, when data item type is X, i.e. character and Chinese, then deposit accordingly according to the English name of configuration Field value;When data type is N, i.e. during numerical value, then changed into the numerical precision power divided by 10 after numeric type, according to configuration English name deposit accordingly result value;
When being not the first row of reading, the detailed row data dictionary of circulation, according to length and the position of data item dictionary definition Put the corresponding field value of intercepting, when data item type is X, i.e. character and Chinese, then deposit phase according to the English name of configuration Answer field value;When data type is N, i.e. during numerical value, then changed into the numerical precision power divided by 10 after numeric type, according to joining The English name put deposits accordingly result value;
4) when file format is pipe separation, follow the steps below:
When read for the first row time, separate the first row content according to pipe and summary row configuration item number, circulation collects Row data dictionary;When data item type is X, i.e. character and Chinese, then obtain corresponding word according to the subscript position of summary row dictionary Segment value, deposits respective field value according to English name;When data type is N, i.e. during numerical value, then changed into numeric type, according to The English name of configuration deposits accordingly result value;
When being not the first row of reading, separate the first row content, circulation remittance according to pipe with summary row configuration item number Head office's data dictionary, when data item type is X, i.e. character and Chinese, then obtains corresponding according to the subscript position of summary row dictionary Field value, deposits respective field value according to English name;When data type is N, i.e. during numerical value, then changed into numeric type, root Accordingly result value is deposited according to the English name of configuration;
Circulation is read file content and is terminated, and closes closed file reading flow.
With the method for parsing text compared to the prior art a kind of generation of the present invention, has the advantages that
A kind of generation and the method resolving text of the present invention, the used Items of relevant configuration table is configured to number According in the table of storehouse;The software of high cohesion, lower coupling is employed between text file analysis to formation component and relevant concrete Service Component Design concept, improves the versatility of the method;Support " byte fixed length " and " pipe separation " two kinds of conventional texts; Support the text resolving with generating gzip compression algorithm;Provide parsing and the generation process side of unified text Method, has risen to general purpose module rank by the process of related text file, improves durability and the quality of code, reduces letter Cease system development and the workload of enforcement and technology requirement, practical, applied widely, it is easy to promote.
Detailed description of the invention
Below in conjunction with specific embodiment, the invention will be further described.
The present invention provides a kind of method generated and resolve text, in solving existing information system development and implementing The text file analysis frequently encountered and the technical problem of generation.
It implements process:
By data set and the data item of configuration text file in allocation list, configure according in this data set and data item The field that defines respectively including character code and text summary row and detailed row, field length, field values precision interior Hold, generate and resolve text.
The detailed process of configuration text file data set is:
Create configuration text file definition table, this table include data set code, version number, Chinese, English name, Data set type, character code, file format, pipe and whether compress, wherein data set type include XML message and TXT file two kinds, character code includes GBK and UTF-8;File format includes that byte fixed length and pipe separate;
Text document definition table is as follows:
Original text file configuration parameter, i.e. original character coding, file format, whether compress, pipe.
The detailed process of configuration text file data item is:
Creating configuration text file definition of data item table, this table includes data set code, version number, Chinese, English Literary fame claims, type, length, precision, sequence number, and wherein data item type includes summary row, detailed row;Type includes N and X, wherein N Representing the numeral of 0 to 9, if negative, then first represents with '-';X represents character and Chinese;
Text file data item definition table is as follows:
Original text file data item configuration parameter, i.e. initial English name, type, length, precision.
The process generating text is:
One, first number according to business function, obtain related service configuration data set type, summary row data dictionary, bright Thin row data dictionary;
Two, the text content of file corresponding format is generated according to business datum collection type and data set dictionary configuration;
Three, the file content of the business need form of generation is written in file.
The detailed process of described step 2 is:
1) first determine whether file format, determine byte fixed length or pipe separates;
2) when being byte f format, follow the steps below:
Circulation summary row data dictionary:
When data item type is X, i.e. character and Chinese, then the English name according to configuration obtains the corresponding word of summary row Identifier value, obtains the byte length of character according to character code, if length blank fill the most behind;
When data type is N, i.e. during numerical value, then the English name according to configuration obtains the respective field value of summary row, as For sky, then directly according to length zero padding;If not then being multiplied by the numerical precision power of 10 for sky, further according to configured length before it Zero padding;
Circulation detailed data, the detailed row data dictionary of circulation:
When data item type is X, i.e. character and Chinese, then obtain the corresponding word of detailed row according to the English name of configuration Identifier value, obtains the byte length of character according to character code, such as length blank fill the most behind;
When data type is N, i.e. during numerical value, then obtain the respective field value of detailed row according to the English name of configuration, as For sky, then directly according to length zero padding;If not then being multiplied by the numerical precision power of 10 for sky, further according to configured length before it Zero padding;
3) when being pipe separation, follow the steps below:
Circulation summary row data dictionary, the i.e. English name according to configuration obtain the respective symbols value of summary row, behind The pipe of additional configurations;
Circulation detailed data, the detailed row data dictionary of circulation, i.e. obtain the corresponding word of detailed row according to the English name of configuration Identifier value, the behind pipe of additional configurations.
The detailed process of described step 3 is: judge whether file compresses, if compression, by file content by configuration Character code uses gzip compression algorithm after being converted into byte arrays, is written in file after packed byte stream;If do not compressed, then File content is written in corresponding file by the character code of configuration.
The process resolving text is:
A, number according to business function, obtain related service configuration data set type, summary row data dictionary, detailed line number According to dictionary;
B, according to file whether compress generation file reading flow.
The detailed process of described step B is:
1) file is read in circulation, and reads file a line every time;
2) judge file format, be defined as byte fixed length or pipe separates;
3) when file format is byte fixed length, follow the steps below:
The character code that the file content of reading configures according to data set type is changed into byte arrays;
When read for the first row time, circulate summary row data dictionary, according to data item dictionary definition length and position Intercept corresponding field value, when data item type is X, i.e. character and Chinese, then deposit accordingly according to the English name of configuration Field value;When data type is N, i.e. during numerical value, then changed into the numerical precision power divided by 10 after numeric type, according to configuration English name deposit accordingly result value;
When being not the first row of reading, the detailed row data dictionary of circulation, according to length and the position of data item dictionary definition Put the corresponding field value of intercepting, when data item type is X, i.e. character and Chinese, then deposit phase according to the English name of configuration Answer field value;When data type is N, i.e. during numerical value, then changed into the numerical precision power divided by 10 after numeric type, according to joining The English name put deposits accordingly result value;
4) when file format is pipe separation, follow the steps below:
When read for the first row time, separate the first row content according to pipe and summary row configuration item number, circulation collects Row data dictionary;When data item type is X, i.e. character and Chinese, then obtain corresponding word according to the subscript position of summary row dictionary Segment value, deposits respective field value according to English name;When data type is N, i.e. during numerical value, then changed into numeric type, according to The English name of configuration deposits accordingly result value;
When being not the first row of reading, separate the first row content, circulation remittance according to pipe with summary row configuration item number Head office's data dictionary, when data item type is X, i.e. character and Chinese, then obtains corresponding according to the subscript position of summary row dictionary Field value, deposits respective field value according to English name;When data type is N, i.e. during numerical value, then changed into numeric type, root Accordingly result value is deposited according to the English name of configuration;
Circulation is read file content and is terminated, and closes closed file reading flow.
The invention provides parsing and the generation processing method of unified text, the process of related text file is carried It is raised to general purpose module rank, has improve durability and the quality of code, reduce the development of information system workload with enforcement With technology requirement.
By detailed description of the invention above, described those skilled in the art can readily realize the present invention.But should Working as understanding, the present invention is not limited to above-mentioned detailed description of the invention.On the basis of disclosed embodiment, described technical field Technical staff can the different technical characteristic of combination in any, thus realize different technical schemes.
In addition to the technical characteristic described in description, it is the known technology of those skilled in the art.

Claims (8)

1. the method generated and resolve text, it is characterised in that it implements process and is: by allocation list The data set of configuration text file and data item, include character code and text according to configuration in this data set and data item Field that summary row and detailed row define respectively, field length, the content of field values precision, generate and resolve text.
A kind of method generated and resolve text the most according to claim 1, it is characterised in that configuration text file The detailed process of data set is:
Creating configuration text file definition table, this table includes data set code, version number, Chinese, English name, data Whether collect type, character code, file format, pipe and compress, wherein data set type includes XML message and TXT literary composition Part two kinds, character code includes GBK and UTF-8;File format includes that byte fixed length and pipe separate;
Original text file configuration parameter, i.e. original character coding, file format, whether compress, pipe.
A kind of method generated and resolve text the most according to claim 1, it is characterised in that configuration text file The detailed process of data item is:
Creating configuration text file definition of data item table, this table includes data set code, version number, Chinese, English name Title, type, length, precision, sequence number, wherein data item type includes summary row, detailed row;Type includes N and X, and wherein N represents The numeral of 0 to 9, X represents character and Chinese;
Original text file data item configuration parameter, i.e. initial English name, type, length, precision.
A kind of method generated and resolve text the most according to claim 1, it is characterised in that generate text Process be:
One, first number according to business function, obtain related service configuration data set type, summary row data dictionary, detailed row Data dictionary;
Two, the text content of file corresponding format is generated according to business datum collection type and data set dictionary configuration;
Three, the file content of the business need form of generation is written in file.
A kind of method generated and resolve text the most according to claim 4, it is characterised in that described step 2 Detailed process is:
1) first determine whether file format, determine byte fixed length or pipe separates;
2) when being byte f format, follow the steps below:
Circulation summary row data dictionary:
When data item type is X, i.e. character and Chinese, then the English name according to configuration obtains the respective symbols of summary row Value, obtains the byte length of character according to character code, if length blank fill the most behind;
When data type is N, i.e. during numerical value, then according to configuration English name obtain summary row respective field value, as sky, Then directly according to length zero padding;If not then being multiplied by the numerical precision power of 10 for sky, further according to configured length zero padding before it;
Circulation detailed data, the detailed row data dictionary of circulation:
When data item type is X, i.e. character and Chinese, then obtain the respective symbols of detailed row according to the English name of configuration Value, obtains the byte length of character according to character code, such as length blank fill the most behind;
When data type is N, i.e. during numerical value, then the English name according to configuration obtains the respective field value of detailed row, as sky, Then directly according to length zero padding;If not then being multiplied by the numerical precision power of 10 for sky, further according to configured length zero padding before it;
3) when being pipe separation, follow the steps below:
Circulation summary row data dictionary, the i.e. English name according to configuration obtain the respective symbols value of summary row, supplement behind The pipe of configuration;
Circulation detailed data, the detailed row data dictionary of circulation, i.e. obtain the respective symbols value of detailed row according to the English name of configuration, The pipe of additional configurations behind.
A kind of method generated and resolve text the most according to claim 4, it is characterised in that described step 3 Detailed process is: judge whether file compresses, if compression, by the character code of configuration, file content is converted into byte number Use gzip compression algorithm after group, be written in file after packed byte stream;If do not compressed, then by file content by the word of configuration Symbol coding is written in corresponding file.
A kind of method generated and resolve text the most according to claim 1, it is characterised in that resolve text Process be:
A, number according to business function, obtain related service configuration data set type, summary row data dictionary, detailed row data word Allusion quotation;
B, according to file whether compress generation file reading flow.
A kind of method generated and resolve text the most according to claim 7, it is characterised in that described step B Detailed process is:
1) file is read in circulation, and reads file a line every time;
2) judge file format, be defined as byte fixed length or pipe separates;
3) when file format is byte fixed length, follow the steps below:
The character code that the file content of reading configures according to data set type is changed into byte arrays;
When read for the first row time, circulate summary row data dictionary, intercept according to length and the position of data item dictionary definition Corresponding field value, when data item type is X, i.e. character and Chinese, then deposits respective field according to the English name of configuration Value;When data type is N, i.e. during numerical value, then changed into the numerical precision power divided by 10 after numeric type, according to the English of configuration Literary fame claims to deposit accordingly result value;
When being not the first row of reading, the detailed row data dictionary of circulation, cuts with position according to the length of data item dictionary definition Take corresponding field value, when data item type is X, i.e. character and Chinese, then deposit corresponding word according to the English name of configuration Segment value;When data type is N, i.e. during numerical value, then changed into the numerical precision power divided by 10 after numeric type, according to configuration English name deposits accordingly result value;
4) when file format is pipe separation, follow the steps below:
When read for the first row time, separate the first row content according to pipe and summary row configuration item number, circulation collects line number According to dictionary;When data item type is X, i.e. character and Chinese, then obtain respective field value according to the subscript position of summary row dictionary, Respective field value is deposited according to English name;When data type is N, i.e. during numerical value, then changed into numeric type, according to configuration English name deposits accordingly result value;
When being not the first row of reading, separate the first row content according to pipe with summary row configuration item number, circulate summary row Data dictionary, when data item type is X, i.e. character and Chinese, then obtains respective field according to the subscript position of summary row dictionary Value, deposits respective field value according to English name;When data type is N, i.e. during numerical value, then changed into numeric type, according to joining The English name put deposits accordingly result value;
Circulation is read file content and is terminated, and closes closed file reading flow.
CN201610596627.7A 2016-07-26 2016-07-26 Method for generating and analyzing text file Active CN106227575B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610596627.7A CN106227575B (en) 2016-07-26 2016-07-26 Method for generating and analyzing text file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610596627.7A CN106227575B (en) 2016-07-26 2016-07-26 Method for generating and analyzing text file

Publications (2)

Publication Number Publication Date
CN106227575A true CN106227575A (en) 2016-12-14
CN106227575B CN106227575B (en) 2019-05-07

Family

ID=57533736

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610596627.7A Active CN106227575B (en) 2016-07-26 2016-07-26 Method for generating and analyzing text file

Country Status (1)

Country Link
CN (1) CN106227575B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107992026A (en) * 2017-12-13 2018-05-04 南京越博动力系统股份有限公司 A kind of method of the parsing DBC analysis messages based on LABVEIW
CN110716870A (en) * 2019-09-23 2020-01-21 中国建设银行股份有限公司 Automatic service testing method and device
CN110851400A (en) * 2018-07-25 2020-02-28 北京国双科技有限公司 Text data processing method and device
CN111045986A (en) * 2019-12-10 2020-04-21 北京中创信测科技股份有限公司 Text-based intersystem data exchange method
CN112799672A (en) * 2020-12-31 2021-05-14 杭州广立微电子股份有限公司 Test data processing method based on keywords

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101308490A (en) * 2008-04-28 2008-11-19 北京航空航天大学 Dynamic report generation method and platform
WO2009141539A2 (en) * 2008-05-13 2009-11-26 Activsoft Developpement Method and system for configuring documents
CN103177045A (en) * 2011-12-26 2013-06-26 中国移动通信集团广东有限公司 Text analysis method and text analysis device
CN103927353A (en) * 2014-04-10 2014-07-16 北京网秦天下科技有限公司 Method and device for generating service tables
CN105760450A (en) * 2016-02-04 2016-07-13 浪潮通用软件有限公司 Form file analyzing method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101308490A (en) * 2008-04-28 2008-11-19 北京航空航天大学 Dynamic report generation method and platform
WO2009141539A2 (en) * 2008-05-13 2009-11-26 Activsoft Developpement Method and system for configuring documents
CN103177045A (en) * 2011-12-26 2013-06-26 中国移动通信集团广东有限公司 Text analysis method and text analysis device
CN103927353A (en) * 2014-04-10 2014-07-16 北京网秦天下科技有限公司 Method and device for generating service tables
CN105760450A (en) * 2016-02-04 2016-07-13 浪潮通用软件有限公司 Form file analyzing method and device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107992026A (en) * 2017-12-13 2018-05-04 南京越博动力系统股份有限公司 A kind of method of the parsing DBC analysis messages based on LABVEIW
CN107992026B (en) * 2017-12-13 2020-09-08 南京越博动力系统股份有限公司 Method for analyzing DBC analysis message based on LABVEIW
CN110851400A (en) * 2018-07-25 2020-02-28 北京国双科技有限公司 Text data processing method and device
CN110851400B (en) * 2018-07-25 2023-01-17 北京国双科技有限公司 Text data processing method and device
CN110716870A (en) * 2019-09-23 2020-01-21 中国建设银行股份有限公司 Automatic service testing method and device
CN111045986A (en) * 2019-12-10 2020-04-21 北京中创信测科技股份有限公司 Text-based intersystem data exchange method
CN112799672A (en) * 2020-12-31 2021-05-14 杭州广立微电子股份有限公司 Test data processing method based on keywords

Also Published As

Publication number Publication date
CN106227575B (en) 2019-05-07

Similar Documents

Publication Publication Date Title
CN106227575A (en) Method for generating and analyzing text file
CN109460219B (en) Method for quickly serializing interface control file
CN103593456B (en) Worksheet self-defining method for designing and device
CN111639473A (en) Excel file analysis method and device based on java, computer equipment and storage medium
CN110083580B (en) Method and system for converting Word document into PowerPoint document
CN101553779B (en) Migration apparatus which convert application program of mainframe system into application program of open system and method for thereof
CN101430684A (en) Method and apparatus for mutual conversion between Chinese work office software document and documents with other format
CN109445771A (en) A kind of off line network layers block code Auto-Generation Tool of CS framework and method
CN102982010A (en) Method and device for abstracting document structure
CN108280056A (en) A kind of Excel file analytic method
CN101075989B (en) Method and system for verifying field validity
CN107133198A (en) Method for typesetting and format conversion of document
CN103077192B (en) A kind of data processing method and system thereof
CN107168695A (en) A kind of excel data analysis methods and system
CN105468571A (en) Method and device used for automatically generating report
CN102289497A (en) Document preview image generating system and method
CN112016290A (en) Automatic document typesetting method, device, equipment and storage medium
CN109670129A (en) A kind of method and device for switching to html web page to be adapted to MIP format
CN105930378B (en) A kind of method and system from background server processing html page nesting
US8856152B2 (en) Apparatus and method for visualizing data
CN104753891A (en) XML (Extensive Markup Language) message analyzing method and device
GB2458692A (en) A process for generating database-backed, web-based documents
CN104933546A (en) Data reporting method based on customized template and system thereof
CN105224319B (en) The method for realizing XBRL instance document previews based on dom4j
WO2014094534A1 (en) File development tool device and method based on file dictionary assembly

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant