CN113011145A - Data export method and device, terminal equipment and storage medium - Google Patents

Data export method and device, terminal equipment and storage medium Download PDF

Info

Publication number
CN113011145A
CN113011145A CN202110279936.2A CN202110279936A CN113011145A CN 113011145 A CN113011145 A CN 113011145A CN 202110279936 A CN202110279936 A CN 202110279936A CN 113011145 A CN113011145 A CN 113011145A
Authority
CN
China
Prior art keywords
target
header information
data
configuration file
field
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
CN202110279936.2A
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.)
Shenzhen Mapgoo Technology Co ltd
Original Assignee
Shenzhen Mapgoo 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 Shenzhen Mapgoo Technology Co ltd filed Critical Shenzhen Mapgoo Technology Co ltd
Priority to CN202110279936.2A priority Critical patent/CN113011145A/en
Publication of CN113011145A publication Critical patent/CN113011145A/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/81Indexing, e.g. XML tags; Data structures therefor; Storage structures
    • 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
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • 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/186Templates

Abstract

The embodiment of the invention discloses a data export method, a device, terminal equipment and a storage medium, wherein a data export instruction input by a user is received, wherein the data export instruction comprises a first target field; determining a data set corresponding to the first target field according to the first target field; acquiring target header information according to a pre-configured configuration file; if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.

Description

Data export method and device, terminal equipment and storage medium
Technical Field
The present invention relates to the field of computer software technologies, and in particular, to a data export method, apparatus, terminal device, and storage medium.
Background
Exporting Excel is a common function of a background management system, and is generally divided into exporting a current page and exporting all, wherein the exporting all can be carried out according to user permissions and configured fields. Therefore, when the service requirement is changed, the field can be modified or added, and the current requirement can not be met when the data is exported. If the interface is modified every time, the operation is abnormally complicated. And the syntax derivation in the current system is complicated, the data set needs to be converted into a fixed format, the head array ordering is consistent with the data, and the derived data is inaccurate if the format is disordered.
Disclosure of Invention
In view of the above problems, embodiments of the present invention are proposed to provide a data export method, apparatus, terminal device and storage medium that overcome or at least partially solve the above problems.
In a first aspect, an embodiment of the present invention provides a data export method, where the method includes:
receiving a data export instruction input by a user, wherein the data export instruction comprises a first target field;
determining a data set corresponding to the first target field according to the first target field;
acquiring target header information according to a pre-configured configuration file;
and if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
Optionally, the obtaining target header information according to a pre-configured configuration file includes:
according to the pre-configured configuration file, acquiring header information of the configuration file;
and converting the header information into target header information in a dictionary form.
Optionally, the preconfigured configuration file is in JSON format and includes one or more of a column name, a field type, whether to display or a style type.
Optionally, the configuration file further includes a multi-level header, and the multi-level header is used for expanding the hierarchical relationship.
Optionally, the combining the target header information and the data set corresponding to the target header information to obtain a target data table includes:
and writing the target header information and the data set into an Excel table through an NPOI program, and generating an xlsx file corresponding to the Excel table.
Optionally, the method further comprises:
and generating a download link address according to the xlsx file.
In a second aspect, an embodiment of the present invention provides a data deriving apparatus, where the apparatus includes:
the device comprises a receiving module, a data export module and a data export module, wherein the receiving module is used for receiving a data export instruction input by a user, and the data export instruction comprises a first target field;
a determining module, configured to determine, according to the first target field, a data set corresponding to the first target field;
the acquisition module is used for acquiring target header information according to a pre-configured configuration file;
and the export module is used for combining the target header information and the data set corresponding to the target header information to obtain a target data table if the first target field is the same as the target header information.
Optionally, the obtaining module is configured to:
according to the pre-configured configuration file, acquiring header information of the configuration file;
and converting the header information into target header information in a dictionary form.
Optionally, the preconfigured configuration file is in JSON format and includes one or more of a column name, a field type, whether to display or a style type.
Optionally, the configuration file further includes a multi-level header, and the multi-level header is used for expanding the hierarchical relationship.
Optionally, the deriving module is configured to:
and writing the target header information and the data set into an Excel table through an NPOI program, and generating an xlsx file corresponding to the Excel table.
Optionally, the apparatus further comprises a downloading module, wherein the downloading module is configured to:
and generating a download link address according to the xlsx file.
In a third aspect, an embodiment of the present invention provides a terminal device, including: at least one processor and memory;
the memory stores a computer program; the at least one processor executes the computer program stored by the memory to implement the data export method provided by the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored, and the computer program, when executed, implements the data export method provided in the first aspect.
The embodiment of the invention has the following advantages:
according to the data export method, the data export device, the terminal equipment and the storage medium, the data export instruction input by a user is received, wherein the data export instruction comprises a first target field; determining a data set corresponding to the first target field according to the first target field; acquiring target header information according to a pre-configured configuration file; if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
Drawings
FIG. 1 is a flow chart of the steps of one data export method embodiment of the present invention;
FIG. 2 is a flow chart of steps of another data derivation method embodiment of the present invention;
FIG. 3 is a flow chart of steps of yet another data export method embodiment of the present invention;
FIG. 4 is a block diagram of an embodiment of a data export apparatus according to the present invention;
fig. 5 is a schematic structural diagram of a terminal device of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
An embodiment of the present invention provides a data export method, which is used for exporting data in a database through an Excel table. The execution main body of the embodiment is a data export device, and is arranged on a terminal device, for example, the terminal device at least includes a mobile phone terminal, a tablet terminal, a computer terminal, and the like.
Referring to fig. 1, a flowchart illustrating steps of an embodiment of a data export method according to the present invention is shown, where the method may specifically include the following steps:
s101, receiving a data export instruction input by a user, wherein the data export instruction comprises a first target field;
specifically, when a user clicks an export button on an interface of a terminal device, the terminal device obtains a data export instruction input by the user, where the data export instruction includes, in addition to the first target field, a service query parameter and an export template type parameter in order to obtain a more efficient data set or in order to obtain a more accurate data set.
S102, determining a data set corresponding to the first target field according to the first target field;
specifically, the terminal device searches a data set corresponding to a first target field in a pre-stored database according to the first target field;
further, the terminal device may further search a corresponding valid data set in a pre-stored database according to the first target field, the service query parameter, and the export template type parameter, that is, obtain a data set after searching in the database SQL, where the data set is List < Entity >, and the Entity field needs to be consistent with the column field in the export template configuration file.
S103, acquiring target header information according to a pre-configured configuration file;
specifically, the terminal device reads the JSON configuration file, and obtains the corresponding header array, that is, the target header information is obtained, where the configuration file is as follows:
{ "cmd (export template type) [ {" name ": column name", "field": field name "," type ": field type", "isShow": whether or not to display "," css ": style type }.
If the multi-level header can expand the level relation, the configuration file can be subjected to checking configuration through page header setting;
in the embodiment of the invention, the configuration file can be modified according to the requirement, so that the obtained target header information can also be dynamically changed.
S104, if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
Specifically, the terminal device judges the first target field and the target header information, and if the first target field and the target header information are the same, the target header information and the data are combined and correspond to each other, and then the target header information and the data are filled into an EXCEL form to obtain a target data form.
In the embodiment of the invention, the configuration file can be dynamically modified, so that the problem of data disorder caused by inconsistent sequence of a header and data can be avoided only by outputting the table by corresponding the header information of the configuration file to the effective data set.
According to the data export method provided by the embodiment of the invention, a data export instruction input by a user is received, wherein the data export instruction comprises a first target field; determining a data set corresponding to the first target field according to the first target field; acquiring target header information according to a pre-configured configuration file; if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
The present invention further provides a supplementary explanation for the data export method provided in the above embodiment.
As shown in fig. 2, a flow chart of steps of another data export method embodiment of the present invention is shown, the data export method comprising:
s201, receiving a data export instruction input by a user, wherein the data export instruction comprises a first target field;
specifically, when a user clicks an export button on an interface of a terminal device, the terminal device obtains a data export instruction input by the user, where the data export instruction includes, in addition to the first target field, a service query parameter and an export template type parameter in order to obtain a more efficient data set or in order to obtain a more accurate data set.
S202, determining a data set corresponding to the first target field according to the first target field;
specifically, the terminal device searches a data set corresponding to a first target field in a pre-stored database according to the first target field;
further, the terminal device may further search a corresponding valid data set in a pre-stored database according to the first target field, the service query parameter, and the export template type parameter, that is, obtain a data set after searching in the database SQL, where the data set is List < Entity >, and the Entity field needs to be consistent with the column field in the export template configuration file.
S203, acquiring header information of the configuration file according to the pre-configured configuration file;
specifically, the preconfigured configuration file is in a JSON format and includes one or more of a column name, a field type, whether to display or a style type.
The configuration file further comprises a multi-level header, and the multi-level header is used for expanding the hierarchical relationship.
Specifically, the terminal device reads the JSON configuration file, and obtains the corresponding header array, that is, the target header information is obtained, where the configuration file is as follows:
{ "cmd (export template type) [ {" name ": column name", "field": field name "," type ": field type", "isShow": whether or not to display "," css ": style type }.
If the multi-level header can expand the level relation, the configuration file can be subjected to checking configuration through page header setting;
in the embodiment of the invention, the configuration file can be modified according to the requirement, so that the obtained target header information can also be dynamically changed.
And S204, converting the header information into target header information in a dictionary form.
Specifically, the terminal device reads the JSON configuration file, obtains the corresponding header array, and converts the header array into target header information in a dictionary form to facilitate data fetching.
S205, writing the target header information and the data set into an Excel table through an NPOI program, and generating an xlsx file corresponding to the Excel table.
NPOI is a program built on the POI 3.x version, and can read and write Word or Excel documents without Office installation.
NPOI is an open source C # read-write Excel, WORD, etc. Microsoft OLE2 component document project.
Contains the characteristics of most EXCEL (cell style, data format, formula and the like), supports the import and export of files, adopts an interface-oriented design framework,
and S206, generating a download link address according to the xlsx file.
Fig. 3 is a flowchart illustrating steps of another embodiment of a data export method according to the present invention, as shown in fig. 3, the data export method includes:
firstly, a user clicks to export and transmits a query parameter request interface, wherein the request interface comprises a service query parameter and an export template type parameter;
secondly, the sql queries the database and returns an effective data set List < Entity >, and the Entity field needs to be consistent with the column field in the configuration file of the export template;
reading the JSON configuration file, obtaining the corresponding table head array, and converting the table head array into a dictionary for convenient data fetching, wherein the configuration file is as follows:
{ "cmd (export template type) [ {" name ": column name", "field": field name "," type ": field type", "isShow": whether or not to display "," css ": style type }. If the multi-level header can expand the level relation, the configuration file can be subjected to checking configuration through page header setting;
fourthly, traversing the valid data set, and assembling excel form data by comparing the field in each Entity with the field in the export template configuration file;
writing excel through NPOI, generating xlsxx file, and returning download link.
In the embodiment of the invention, the configuration file can be independently introduced, the corresponding relation among the export module, the column fields and the column names is set, the complicated multi-level header can increase the corresponding hierarchical relation, and each field can be configured with a corresponding format to adapt to special requirements. When exporting, the configuration file is analyzed, excel data are assembled according to the corresponding relation, the problem of data disorder caused by inconsistent sequence of a header and the data is not needed to be worried about, later-stage optimization is facilitated, the configuration file can be directly modified when an export field is newly added, and the online operation is not influenced by updating codes.
The Excel generating method and the Excel generating device are high in Excel generating efficiency and convenient to maintain in later period, can be modified to be dynamically acquired aiming at header setting, are simplified in data format, only need List returned by a common query interface, and can be optimized to users to realize self-defined export through checking the List.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
According to the data export method provided by the embodiment of the invention, a data export instruction input by a user is received, wherein the data export instruction comprises a first target field; determining a data set corresponding to the first target field according to the first target field; acquiring target header information according to a pre-configured configuration file; if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
Another embodiment of the present invention provides a data export apparatus, configured to execute the data export method provided in the foregoing embodiment.
Referring to fig. 4, a block diagram of a data exporting apparatus according to an embodiment of the present invention is shown, and the apparatus may specifically include the following modules: a receiving module 401, a determining module 402, an obtaining module 403 and a deriving module 404, wherein:
the receiving module 401 is configured to receive a data export instruction input by a user, where the data export instruction includes a first target field;
the determining module 402 is configured to determine, according to the first target field, a data set corresponding to the first target field;
the obtaining module 403 is configured to obtain target header information according to a pre-configured configuration file;
the export module 404 is configured to, if the first target field is the same as the target header information, combine the target header information and the data set corresponding to the target header information to obtain a target data table.
The data export device provided by the embodiment of the invention receives a data export instruction input by a user, wherein the data export instruction comprises a first target field; determining a data set corresponding to the first target field according to the first target field; acquiring target header information according to a pre-configured configuration file; if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
The present invention further provides a supplementary explanation of the data exporting apparatus provided in the above embodiment.
Optionally, the obtaining module is configured to:
according to the pre-configured configuration file, acquiring header information of the configuration file;
and converting the header information into target header information in a dictionary form.
Optionally, the preconfigured configuration file is in JSON format and includes one or more of a column name, a field type, whether to display or a style type.
Optionally, the configuration file further includes a multi-level header, and the multi-level header is used for expanding the hierarchical relationship.
Optionally, the deriving module is configured to:
and writing the target header information and the data set into an Excel table through an NPOI program, and generating an xlsx file corresponding to the Excel table.
Optionally, the apparatus further comprises a downloading module, wherein the downloading module is configured to:
and generating a download link address according to the xlsx file.
It should be noted that the respective implementable modes in the present embodiment may be implemented individually, or may be implemented in combination in any combination without conflict, and the present application is not limited thereto.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The data export device provided by the embodiment of the invention receives a data export instruction input by a user, wherein the data export instruction comprises a first target field; determining a data set corresponding to the first target field according to the first target field; acquiring target header information according to a pre-configured configuration file; if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
Still another embodiment of the present invention provides a terminal device, configured to execute the data export method provided in the foregoing embodiment.
Fig. 5 is a schematic structural diagram of a terminal device of the present invention, and as shown in fig. 5, the terminal device includes: at least one processor 501 and memory 502;
the memory stores a computer program; the at least one processor executes the computer program stored by the memory to implement the data export method provided by the above-described embodiments.
The terminal device provided by the embodiment receives a data export instruction input by a user, wherein the data export instruction comprises a first target field; determining a data set corresponding to the first target field according to the first target field; acquiring target header information according to a pre-configured configuration file; if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
Yet another embodiment of the present application provides a computer-readable storage medium, in which a computer program is stored, and when the computer program is executed, the computer program implements the data export method provided in any one of the above embodiments.
According to the computer-readable storage medium of the embodiment, a data export instruction is input by a user, wherein the data export instruction comprises a first target field; determining a data set corresponding to the first target field according to the first target field; acquiring target header information according to a pre-configured configuration file; if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, electronic devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing electronic device to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing electronic device, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing electronic devices to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing electronic device to cause a series of operational steps to be performed on the computer or other programmable electronic device to produce a computer implemented process such that the instructions which execute on the computer or other programmable electronic device provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or electronic device that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or electronic device. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or electronic device that comprises the element.
The data export method and the data export device provided by the invention are described in detail, and the principle and the implementation mode of the invention are explained by applying specific examples, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method of data derivation, the method comprising:
receiving a data export instruction input by a user, wherein the data export instruction comprises a first target field;
determining a data set corresponding to the first target field according to the first target field;
acquiring target header information according to a pre-configured configuration file;
and if the first target field is the same as the target header information, combining the target header information with the data set corresponding to the target header information to obtain a target data table.
2. The method of claim 1, wherein obtaining target header information according to a pre-configured configuration file comprises:
according to the pre-configured configuration file, acquiring header information of the configuration file;
and converting the header information into target header information in a dictionary form.
3. The method of claim 1, wherein the pre-configured configuration file is in a JSON format and comprises one or more of a column name, a field type, whether to display or a style type.
4. The method of claim 3, wherein the configuration file further comprises a multi-level header, and wherein the multi-level header is used for expanding a hierarchical relationship.
5. The method of claim 3, wherein combining the target header information with the data set corresponding to the target header information to obtain a target data table comprises:
and writing the target header information and the data set into an Excel table through an NPOI program, and generating an xlsx file corresponding to the Excel table.
6. The method of claim 5, further comprising:
and generating a download link address according to the xlsx file.
7. A data derivation apparatus, the apparatus comprising:
the device comprises a receiving module, a data export module and a data export module, wherein the receiving module is used for receiving a data export instruction input by a user, and the data export instruction comprises a first target field;
a determining module, configured to determine, according to the first target field, a data set corresponding to the first target field;
the acquisition module is used for acquiring target header information according to a pre-configured configuration file;
and the export module is used for combining the target header information and the data set corresponding to the target header information to obtain a target data table if the first target field is the same as the target header information.
8. The apparatus of claim 7, wherein the obtaining module is configured to:
according to the pre-configured configuration file, acquiring header information of the configuration file;
and converting the header information into target header information in a dictionary form.
9. A terminal device, comprising: at least one processor and memory;
the memory stores a computer program; the at least one processor executes the memory-stored computer program to implement the data derivation method of any of claims 1-6.
10. A computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when executed, implements the data derivation method of any one of claims 1 to 6.
CN202110279936.2A 2021-03-16 2021-03-16 Data export method and device, terminal equipment and storage medium Pending CN113011145A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110279936.2A CN113011145A (en) 2021-03-16 2021-03-16 Data export method and device, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110279936.2A CN113011145A (en) 2021-03-16 2021-03-16 Data export method and device, terminal equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113011145A true CN113011145A (en) 2021-06-22

Family

ID=76408017

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110279936.2A Pending CN113011145A (en) 2021-03-16 2021-03-16 Data export method and device, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113011145A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116701517A (en) * 2023-07-04 2023-09-05 舟谱数据技术南京有限公司 Method and device for realizing export interface based on tangent plane

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140201244A1 (en) * 2013-01-15 2014-07-17 Xiaofan Zhou Method for representing and storing hierarchical data in a columnar format
CN109471890A (en) * 2018-10-16 2019-03-15 深圳壹账通智能科技有限公司 Generation method, terminal device and the medium of report file
CN110399420A (en) * 2019-07-30 2019-11-01 广州吉信网络科技开发有限公司 A kind of deriving method, electronic equipment and the medium of configurableization Excel format
CN111460021A (en) * 2020-04-03 2020-07-28 中国建设银行股份有限公司 Data export method and device
CN111767704A (en) * 2020-06-30 2020-10-13 山东浪潮通软信息科技有限公司 Excel form template generation method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140201244A1 (en) * 2013-01-15 2014-07-17 Xiaofan Zhou Method for representing and storing hierarchical data in a columnar format
CN109471890A (en) * 2018-10-16 2019-03-15 深圳壹账通智能科技有限公司 Generation method, terminal device and the medium of report file
CN110399420A (en) * 2019-07-30 2019-11-01 广州吉信网络科技开发有限公司 A kind of deriving method, electronic equipment and the medium of configurableization Excel format
CN111460021A (en) * 2020-04-03 2020-07-28 中国建设银行股份有限公司 Data export method and device
CN111767704A (en) * 2020-06-30 2020-10-13 山东浪潮通软信息科技有限公司 Excel form template generation method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116701517A (en) * 2023-07-04 2023-09-05 舟谱数据技术南京有限公司 Method and device for realizing export interface based on tangent plane

Similar Documents

Publication Publication Date Title
CN110321408B (en) Searching method and device based on knowledge graph, computer equipment and storage medium
US11868710B2 (en) Method and apparatus for displaying a text string copied from a first application in a second application
KR20060044561A (en) System and method for schemaless data mapping with nested tables
CN111259067B (en) Method, device and equipment for realizing DAO interface based on Spring
CN110019111B (en) Data processing method, data processing device, storage medium and processor
CN111198772A (en) Method and system for generating application program interface API
CN113011145A (en) Data export method and device, terminal equipment and storage medium
CN105447040B (en) Binary file management and updating method, device and system
CN114297204A (en) Data storage and retrieval method and device for heterogeneous data source
CN116700629B (en) Data processing method and device
CN110825764A (en) SQL script generation method, system, storage medium and processor
CN111125216A (en) Method and device for importing data into Phoenix
CN111984739A (en) Conversion method, terminal and storage medium for XML and relational database
CN115617338A (en) Method and device for quickly generating service page and readable storage medium
CN112463896B (en) Archive catalogue data processing method, archive catalogue data processing device, computing equipment and storage medium
CN114816364A (en) Method, device and application for dynamically generating template file based on Swagger
CN101425079B (en) NV data processing method and apparatus
CN109408547B (en) SAM registry reading method, reading system and related device
CN112596719A (en) Method and system for generating front-end and back-end codes
CN110647568A (en) Method and device for converting graph database data into programming language data
US10198249B1 (en) Accessing schema-free databases
CN116701545A (en) Audit data analysis method, audit data analysis device, storage medium and audit data processor
CN117272953B (en) Automatic document information filling method, system and storage medium
CN113297230B (en) Data verification method and device
CN117093597B (en) Data processing method and device

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