CN112487775A - Webpage code conversion method and device - Google Patents

Webpage code conversion method and device Download PDF

Info

Publication number
CN112487775A
CN112487775A CN202011396850.XA CN202011396850A CN112487775A CN 112487775 A CN112487775 A CN 112487775A CN 202011396850 A CN202011396850 A CN 202011396850A CN 112487775 A CN112487775 A CN 112487775A
Authority
CN
China
Prior art keywords
cell
area
unit
unit area
value
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
CN202011396850.XA
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.)
Shanghai Zhongyan Network Technology Co ltd
Original Assignee
Shanghai Zhongyan Network 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 Shanghai Zhongyan Network Technology Co ltd filed Critical Shanghai Zhongyan Network Technology Co ltd
Priority to CN202011396850.XA priority Critical patent/CN112487775A/en
Publication of CN112487775A publication Critical patent/CN112487775A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The application discloses a webpage code conversion method and device. The webpage code conversion method comprises the steps of obtaining an electronic form file to be converted; determining each unit area and the type of each unit area in the spreadsheet file, and extracting the position information and the unit value of each unit area based on the corresponding type for each unit area, wherein the type of the unit area comprises a multi-cell merging area and a non-merging area; constructing a mapping relation between the position information corresponding to each unit area and the unit value; and converting the position information, the unit value and the mapping relation of each unit area into a webpage code with a specified format, so as to obtain a webpage code file corresponding to the spreadsheet file. The method and the device solve the technical problems that a large amount of transformation and complex use are needed when the webpage codes are converted by the spreadsheet.

Description

Webpage code conversion method and device
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a method and an apparatus for converting a webpage code.
Background
Currently, Excel (spreadsheet) often needs to convert content into webpage code, so that the content in Excel is presented through the webpage code.
In the related technology, the Excel-to-webpage code can fill a placeholder into each cell of the original Excel, wherein the placeholder contains information such as merging and styles, and each placeholder is completely analyzed by the placeholder.
In the process of implementing the embodiment of the present application, the inventor finds that the related art has at least the following problems:
in the related technology, a large amount of transformation needs to be carried out on the original excel table, the workload is huge, the time and the labor are consumed, the generated webpage codes are not standard, the modification is difficult, and the original excel table cannot be directly put into production and use.
Disclosure of Invention
The main purpose of the present application is to provide a method and an apparatus for converting a web page code, so as to solve the problem that a large amount of modifications are required and the use is complicated when converting a web page code by an electronic form.
In order to achieve the above object, in a first aspect, an embodiment of the present application provides a webpage transcoding method, including:
acquiring an electronic form file to be converted;
determining each unit area and the type of each unit area in the spreadsheet file, and extracting the position information and the unit value of each unit area based on the corresponding type for each unit area, wherein the type of the unit area comprises a multi-cell merging area and a non-merging area;
constructing a mapping relation between the position information corresponding to each unit area and the unit value;
and converting the position information, the unit value and the mapping relation of each unit area into a webpage code with a specified format, so as to obtain a webpage code file corresponding to the spreadsheet file.
Optionally, the converting the location information, the cell value, and the mapping relationship of each cell region into a web page code in a specified format includes:
traversing the position information, the cell value and the mapping relation of each cell area to generate table information containing tr/td from the position information and the cell value of each cell area according to the mapping relation, thereby taking the table information as the webpage code in a specified format.
Optionally, when the type of the unit area is a multiple-cell merged area, the extracting the location information and the unit value of the unit area based on the corresponding type includes:
taking the cell value corresponding to the first cell at the top left corner in the multi-cell merging region as the cell value of the cell region, and
and generating position information of each cell in the multi-cell merging area and row and column information of the multi-cell merging area.
Optionally, when the type of the unit area is a multiple-cell merging area, the method further includes:
and generating the row and column information of the multi-cell merging area into table row and column information corresponding to the cell area according to the mapping relation of the cell area, so that the table row and column information is used as the webpage code in the specified format.
Optionally, the cell value includes style information and placeholder information.
Optionally, when the unit value is style information, converting the style information into a cs code, so that the cs code is used as the webpage code in a specified format.
Optionally, when the cell value is placeholder information, the placeholder information is converted into a class name.
Optionally, after the mapping relationship is constructed between the location information corresponding to each of the unit areas and the unit value, the method further includes:
and summarizing the position information, the unit value and the mapping relation of each unit area to generate a json file.
In a second aspect, the present application further provides a web page transcoding apparatus, including:
the acquisition module acquires an electronic form file to be converted;
the extraction module is used for determining each unit area and the type of each unit area in the spreadsheet file, and for each unit area, extracting the position information and the unit value of the unit area based on the corresponding type, wherein the type of the unit area comprises a multi-cell merging area and a non-merging area;
the mapping module is used for constructing a mapping relation between the position information corresponding to each unit area and the unit value;
and the conversion module is used for converting the position information, the unit value and the mapping relation of each unit area into a webpage code with a specified format, so as to obtain a webpage code file corresponding to the spreadsheet file.
In a third aspect, the present application also provides a storage medium having stored therein processor-executable instructions, which are loaded by one or more processors to perform any of the web page transcoding methods described above.
In the embodiment of the application, the electronic form file to be converted is obtained; determining each unit area and the type of each unit area in the spreadsheet file, and extracting the position information and the unit value of each unit area based on the corresponding type for each unit area, wherein the type of the unit area comprises a multi-cell merging area and a non-merging area; constructing a mapping relation between the position information corresponding to each unit area and the unit value; and converting the position information, the unit value and the mapping relation of each unit area into a webpage code with a specified format, so as to obtain a webpage code file corresponding to the spreadsheet file. Therefore, each unit area and the type of each unit area in the spreadsheet file are determined, the position information and the unit value of each unit area are extracted according to the type, the mapping relation between the position information and the unit value is constructed, and finally the webpage code in the specified format is converted according to the position information, the unit value and the mapping relation of each unit area. And further, the technical problems that a large amount of reconstruction is needed and the use is complicated when the webpage codes are converted by the electronic forms are solved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, serve to provide a further understanding of the application and to enable other features, objects, and advantages of the application to be more apparent. The drawings and their description illustrate the embodiments of the invention and do not limit it. In the drawings:
FIG. 1 is a flowchart of a web page transcoding method provided in accordance with an embodiment of the present application;
FIG. 2 is a flowchart illustrating operations of a web page transcoding method according to an embodiment of the present application;
FIG. 3 is a flow chart of another method for transcoding web pages provided in accordance with an embodiment of the present application;
fig. 4 is a schematic structural diagram of a web page transcoding device according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
An embodiment of the present invention provides a method for converting a webpage code, and fig. 1 is a method for converting a webpage code provided in an embodiment of the present application, and as shown in fig. 1, the method includes the following steps 110 to 140:
110, obtaining the spreadsheet file to be converted.
Specifically, the spreadsheet file to be converted is obtained first, wherein the spreadsheet file to be converted may be an Excel file stored in a local memory or a cloud server, as shown in fig. 2, the Excel file may include a plurality of complex merge cells and various styles.
And 120, determining each unit area and the type of each unit area in the spreadsheet file, and for each unit area, extracting the position information and the unit value of the unit area based on the corresponding type, wherein the type of the unit area comprises a multi-cell merging area and a non-merging area.
The type of the unit area comprises a multi-cell merging area and a non-merging area, the multi-cell merging area is a merging unit cell formed by merging a plurality of adjacent unit cells together, the merging unit cell only comprises the same unit value, the non-merging area is an independent unit cell, and the independent unit cell is not merged with other unit cells; the position information is row and column information in the Excel file, for example, the position information of one multi-cell consolidation area is columns A, B and C, and behaviors 3 and 4 are rows 3 and 4, that is, the cells included in the multi-cell consolidation area are A3, a4, B3, B4, C3 and C4, which are two rows and three columns of 6 cells.
Specifically, according to the attributes of the Excel file for cell merging, all multi-cell merging areas and non-merging areas are identified in the spreadsheet file, and the position information and the cell value of each cell area are determined.
And 130, constructing a mapping relation between the position information corresponding to each unit area and the unit value.
Specifically, each unit area determines the position information and the unit value, and then the mapping relationship is constructed by the position information and the unit value of each unit area.
140, converting the location information, the cell value and the mapping relation of each cell area into a webpage code with a specified format, thereby obtaining a webpage code file corresponding to the spreadsheet file.
The web page code of the specified format can be HTML table web page code.
Specifically, each cell area and the type of each cell area in the spreadsheet file are determined, the position information and the cell value of each cell area are extracted according to the type, the mapping relation between the position information and the cell value is constructed, and finally the webpage code in the specified format is converted according to the position information, the cell value and the mapping relation of each cell area.
Optionally, in step 140, the converting the location information, the cell value, and the mapping relationship of each cell region into a webpage code in a specified format includes:
traversing the position information, the cell value and the mapping relation of each cell area to generate table information containing tr/td from the position information and the cell value of each cell area according to the mapping relation, thereby taking the table information as the webpage code in a specified format.
Specifically, as shown in fig. 2, the relationship between the location information and the cell value is mapped and converted into the web page code (including the table information of tr/td) line by line.
Optionally, when the type of the unit area is a multiple-cell merged area, the extracting the location information and the unit value of the unit area based on the corresponding type includes:
taking the cell value corresponding to the first cell at the top left corner in the multi-cell merging region as the cell value of the cell region, and
and generating position information of each cell in the multi-cell merging area and row and column information of the multi-cell merging area.
Specifically, as shown in fig. 2, in the multiple-cell merging region, the cell value of the first cell in the upper left corner of the merged cell is used as the cell value of the multiple-cell merging region. When the rank information of the multi-cell merging area is generated, the multi-cell merging area can be positioned firstly, the positions of 4 vertex angles in the multi-cell merging area are determined, and then the rank information of the multi-cell merging area is determined, wherein when the same vertex angles exist in the 4 vertex angles in the multi-cell merging area, the same vertex angles are merged, and then the rank information of the multi-cell merging area is determined.
Optionally, when the type of the unit area is a multiple-cell merging area, the method further includes:
and generating the row and column information of the multi-cell merging area into table row and column information corresponding to the cell area according to the mapping relation of the cell area, so that the table row and column information is used as the webpage code in the specified format.
Specifically, in the process of converting the relationship mapping between the location information and the cell value into the web page code (including the table information of tr/td) line by line, when a multi-cell merging area is encountered, the table row and column information corresponding to the multi-cell merging area is converted into the standard html table row and column information including colspan/rowspan. Therefore, the webpage code conversion method provided by the application is very standard for the webpage codes converted from the excel form file, can be used for secondary modification and embedding into other webpage codes, and is extremely high in availability of the webpage codes.
Optionally, the cell value includes style information and placeholder information.
Optionally, when the unit value is style information, converting the style information into a cs code, so that the cs code is used as the webpage code in a specified format. Optionally, when the cell value is placeholder information, the placeholder information is converted into a class name.
Specifically, in the process of converting the relationship mapping between the location information and the cell value into the web page code (including the table information of tr/td) line by line, the placeholder information may be converted into the corresponding class name, and the style information is converted into the css code. Therefore, the webpage code conversion method provided by the application has strong functions and can perfectly convert complex combination and complex styles.
In addition, as shown in fig. 2, if a class name is added, the web page transcoding method provided by the present application may further include inputting class name information with a placeholder into the spreadsheet file to be converted after step 110 and before step 120, so as to control generation of the custom css class name.
Optionally, fig. 3 is a schematic flowchart of another webpage transcoding method provided in an embodiment of the present application, and as shown in fig. 3, after the mapping relationship is constructed between the location information corresponding to each unit area and the unit value, the method further includes step 150:
150, summarizing the position information, the unit value and the mapping relation of each unit area to generate a json file.
The location information, the cell values and the mapping relations of each cell region are collected to generate a standard json file, so that strong expansion capability can be provided, the location information contained in the json file can be used for filling service data of webpage codes or filling data of original excels, and the json file can be converted into files in other formats.
In the embodiment of the application, the electronic form file to be converted is obtained; determining each unit area and the type of each unit area in the spreadsheet file, and extracting the position information and the unit value of each unit area based on the corresponding type for each unit area, wherein the type of the unit area comprises a multi-cell merging area and a non-merging area; constructing a mapping relation between the position information corresponding to each unit area and the unit value; and converting the position information, the unit value and the mapping relation of each unit area into a webpage code with a specified format, so as to obtain a webpage code file corresponding to the spreadsheet file. Therefore, each unit area and the type of each unit area in the spreadsheet file are determined, the position information and the unit value of each unit area are extracted according to the type, the mapping relation between the position information and the unit value is constructed, and finally the webpage code in the specified format is converted according to the position information, the unit value and the mapping relation of each unit area. And further, the technical problems that a large amount of reconstruction is needed and the use is complicated when the webpage codes are converted by the electronic forms are solved.
Based on the same technical concept, the present application further provides a web page transcoding device, and fig. 4 is a schematic structural diagram of the web page transcoding device provided in the embodiment of the present application, as shown in fig. 4, including:
the obtaining module 10 obtains an electronic form file to be converted;
an extracting module 20, configured to determine each unit area and a type of each unit area in the spreadsheet file, and for each unit area, extract location information and a unit value of the unit area based on the corresponding type, where the type of the unit area includes a multiple-cell merged area and a non-merged area;
a mapping module 30, configured to construct a mapping relationship between the location information and the unit value corresponding to each unit region;
a conversion module 40, configured to convert the location information, the cell value, and the mapping relationship of each cell area into a webpage code in a specified format, so as to obtain a webpage code file corresponding to the spreadsheet file.
Optionally, the conversion module 40 is configured to:
traversing the position information, the cell value and the mapping relation of each cell area to generate table information containing tr/td from the position information and the cell value of each cell area according to the mapping relation, thereby taking the table information as the webpage code in a specified format.
Optionally, when the type of the unit area is a multiple-cell merging area, the extracting module 20 is configured to:
taking the cell value corresponding to the first cell at the top left corner in the multi-cell merging region as the cell value of the cell region, and
and generating position information of each cell in the multi-cell merging area and row and column information of the multi-cell merging area.
Optionally, when the type of the unit area is a multiple-cell merging area, the converting module 40 is configured to:
and generating the row and column information of the multi-cell merging area into table row and column information corresponding to the cell area according to the mapping relation of the cell area, so that the table row and column information is used as the webpage code in the specified format.
Optionally, the cell value includes style information and placeholder information.
Optionally, when the unit value is style information, converting the style information into a cs code, so that the cs code is used as the webpage code in a specified format.
Optionally, when the cell value is placeholder information, the placeholder information is converted into a class name.
Optionally, the present application provides a web page transcoding device, further including:
and the generating module is used for summarizing the position information, the unit value and the mapping relation of each unit area to generate a json file.
Based on the same technical concept, the present application also provides a storage medium having stored therein processor-executable instructions, which are loaded by one or more processors to perform any one of the above-described web page transcoding methods.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, or fabricated separately as individual integrated circuit modules, or fabricated as a single integrated circuit module from multiple modules or steps. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A method for transcoding web pages, the method comprising:
acquiring an electronic form file to be converted;
determining each unit area and the type of each unit area in the spreadsheet file, and extracting the position information and the unit value of each unit area based on the corresponding type for each unit area, wherein the type of the unit area comprises a multi-cell merging area and a non-merging area;
constructing a mapping relation between the position information corresponding to each unit area and the unit value;
and converting the position information, the unit value and the mapping relation of each unit area into a webpage code with a specified format, so as to obtain a webpage code file corresponding to the spreadsheet file.
2. The web page code conversion method according to claim 1, wherein said converting the position information, the cell value, and the mapping relation of each cell area into a web page code of a specified format comprises:
traversing the position information, the cell value and the mapping relation of each cell area to generate table information containing tr/td from the position information and the cell value of each cell area according to the mapping relation, thereby taking the table information as the webpage code in a specified format.
3. The web page transcoding method of claim 2, wherein, when the type of the unit area is a multi-cell merge area, the extracting the location information and the unit value of the unit area based on the corresponding type comprises:
taking the cell value corresponding to the first cell at the top left corner in the multi-cell merging region as the cell value of the cell region, and
and generating position information of each cell in the multi-cell merging area and row and column information of the multi-cell merging area.
4. The web page transcoding method of claim 3, wherein when the type of the unit area is a multi-cell merge area, the method further comprises:
and generating the row and column information of the multi-cell merging area into table row and column information corresponding to the cell area according to the mapping relation of the cell area, so that the table row and column information is used as the webpage code in the specified format.
5. The web page transcoding method of claim 1, wherein the cell value comprises style information and placeholder information.
6. The web page code conversion method according to claim 4, wherein when the cell value is style information, the style information is converted into css code, thereby treating the css code as the web page code of a specified format.
7. The web page transcoding method of claim 4, wherein when the cell value is placeholder information, the placeholder information is converted into a class name.
8. The web page transcoding method according to claim 1, wherein after the mapping relationship is constructed between the location information corresponding to each of the unit areas and the unit value, the method further comprises:
and summarizing the position information, the unit value and the mapping relation of each unit area to generate a json file.
9. A web page transcoding apparatus, comprising:
the acquisition module acquires an electronic form file to be converted;
the extraction module is used for determining each unit area and the type of each unit area in the spreadsheet file, and for each unit area, extracting the position information and the unit value of the unit area based on the corresponding type, wherein the type of the unit area comprises a multi-cell merging area and a non-merging area;
the mapping module is used for constructing a mapping relation between the position information corresponding to each unit area and the unit value;
and the conversion module is used for converting the position information, the unit value and the mapping relation of each unit area into a webpage code with a specified format, so as to obtain a webpage code file corresponding to the spreadsheet file.
10. A storage medium having stored therein processor-executable instructions, the instructions being loaded by one or more processors to perform the web page transcoding method of any of claims 1-8.
CN202011396850.XA 2020-12-03 2020-12-03 Webpage code conversion method and device Pending CN112487775A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011396850.XA CN112487775A (en) 2020-12-03 2020-12-03 Webpage code conversion method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011396850.XA CN112487775A (en) 2020-12-03 2020-12-03 Webpage code conversion method and device

Publications (1)

Publication Number Publication Date
CN112487775A true CN112487775A (en) 2021-03-12

Family

ID=74939022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011396850.XA Pending CN112487775A (en) 2020-12-03 2020-12-03 Webpage code conversion method and device

Country Status (1)

Country Link
CN (1) CN112487775A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103853806A (en) * 2013-09-26 2014-06-11 深圳海联讯科技股份有限公司 Method and device for converting table
CN107943956A (en) * 2017-11-24 2018-04-20 北京金堤科技有限公司 Conversion of page method, apparatus and conversion of page equipment
CN108595402A (en) * 2018-04-28 2018-09-28 西安极数宝数据服务有限公司 A kind of system of extraction PDF form datas
CN110516208A (en) * 2019-08-12 2019-11-29 深圳智能思创科技有限公司 A kind of system and method extracted for PDF document table
CN111881659A (en) * 2020-09-28 2020-11-03 江西汉辰信息技术股份有限公司 Processing method and system of table picture, readable storage medium and computer equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103853806A (en) * 2013-09-26 2014-06-11 深圳海联讯科技股份有限公司 Method and device for converting table
CN107943956A (en) * 2017-11-24 2018-04-20 北京金堤科技有限公司 Conversion of page method, apparatus and conversion of page equipment
CN108595402A (en) * 2018-04-28 2018-09-28 西安极数宝数据服务有限公司 A kind of system of extraction PDF form datas
CN110516208A (en) * 2019-08-12 2019-11-29 深圳智能思创科技有限公司 A kind of system and method extracted for PDF document table
CN111881659A (en) * 2020-09-28 2020-11-03 江西汉辰信息技术股份有限公司 Processing method and system of table picture, readable storage medium and computer equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TIM_LONG: "POI实现将excel表格转换成html代码", 《HTTPS://BLOG.CSDN.NET/QQ_38161676/ARTICLE/DETAILS/79617327》 *
杜戎平: "用java语言实现Excel表格数据到HTML表格数据的转换", 《电脑编程技巧与维护》 *

Similar Documents

Publication Publication Date Title
CN111475163B (en) Method, device and equipment for generating code file of view template and storage medium
CN101976235B (en) Extensible Word report automatically-generating method based on dynamic web page
CN103136317A (en) Implement method of on-line examination and approval informatization of engineering contracts in engineering management system
CN112036124A (en) Table conversion method, device, computer equipment and storage medium
EP3279816A1 (en) Data analysis processing method, apparatus, computer device, and storage medium
CN106599016A (en) Front-end element maintenance method based on virtual DOM
CN106383720A (en) Cloud sharing and collaborating method of software product prototype
US10643022B2 (en) PDF extraction with text-based key
CN115391439B (en) Document data export method, device, electronic equipment and storage medium
CN115408546A (en) Time sequence data management method, device, equipment and storage medium
CN112749536A (en) Document generation method, device and equipment
CN111625596B (en) Multi-source data synchronous sharing method and system for real-time new energy consumption scheduling
JP4627530B2 (en) Document processing method and apparatus
JPWO2006001392A1 (en) Document processing method and apparatus
CN112487775A (en) Webpage code conversion method and device
CN103020033A (en) Electronic spreadsheet system supporting off-line use, construction method and electronic spreadsheet
US10740539B2 (en) Page structure adjustments
CN115758018A (en) Grid-based page layout method and device, computer equipment and storage medium
CN113254455B (en) Dynamic configuration method and device of database, computer equipment and storage medium
CN110928540A (en) Page generation method and device
CN106557564A (en) A kind of object data analysis method and device
CN110019177A (en) The method and apparatus of rule storage
CN113407782A (en) MapReduce-based distributed XSLT processing method and system
CN108228688B (en) Template generation method, system and server based on XBRL
CN111241788A (en) Document conversion method, device, equipment and storage medium based on linear model

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

Application publication date: 20210312

RJ01 Rejection of invention patent application after publication