CN111177243B - Data export method and device, storage medium and electronic device - Google Patents

Data export method and device, storage medium and electronic device Download PDF

Info

Publication number
CN111177243B
CN111177243B CN201911345102.6A CN201911345102A CN111177243B CN 111177243 B CN111177243 B CN 111177243B CN 201911345102 A CN201911345102 A CN 201911345102A CN 111177243 B CN111177243 B CN 111177243B
Authority
CN
China
Prior art keywords
data
written
field
template
row
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.)
Active
Application number
CN201911345102.6A
Other languages
Chinese (zh)
Other versions
CN111177243A (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.)
Zhejiang Dasou Vehicle Software Technology Co Ltd
Original Assignee
Zhejiang Dasou Vehicle Software Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang Dasou Vehicle Software Technology Co Ltd filed Critical Zhejiang Dasou Vehicle Software Technology Co Ltd
Priority to CN201911345102.6A priority Critical patent/CN111177243B/en
Publication of CN111177243A publication Critical patent/CN111177243A/en
Application granted granted Critical
Publication of CN111177243B publication Critical patent/CN111177243B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/254Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof

Landscapes

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

Abstract

The application provides a data export method and device, a storage medium and an electronic device, wherein the method comprises the following steps: receiving an export request for exporting service data, and selecting a corresponding form template in a template database according to the export request; matching the data to be written in the appointed row in the form template according to the service data; and writing the data to be written into the appointed row in the form template, and outputting the form template written with the data to be written into to a user as a new form template. The application solves the problem that in the related art, because the service data structures and types in different management systems are inconsistent, the implementation of the export function of each management system needs to be encoded to adapt to the corresponding data type, and a plurality of management systems need to be recoded.

Description

Data export method and device, storage medium and electronic device
Technical Field
The present application relates to the field of computers, and in particular, to a method and apparatus for exporting data, a storage medium, and an electronic apparatus.
Background
With the development of computer technology, service management systems are becoming more and more widely used. Background business data in a business management system often needs to be led into an excel table form for business personnel to use. At present, background service data is exported into an Excel table form in the prior art, required service data is usually required to be obtained from a database, then the obtained service data is written into an output stream by using an Excel operation toolkit of apache, an Excel format is set, and then the service data is returned to a browser end through an http protocol for being triggered and downloaded by a user. However, the prior art has the following problems: because the service data structures and types in different management systems are inconsistent, the implementation of the export function of each management system needs coding to adapt to the corresponding data type, and the implementation from the acquisition of data to the setting of an Excel format is realized by background codes, namely, a plurality of management systems need recoding to realize data export, so that the labor is consumed, the working efficiency is lower, and the system is not flexible enough.
There is currently no effective solution to the above-described problems in the related art.
Disclosure of Invention
The embodiment of the application provides a data export method and device, a storage medium and an electronic device, which at least solve the problem that in the related art, because service data structures and types in different management systems are inconsistent, the export function of each management system needs to be encoded to adapt to the corresponding data type, so that a plurality of management systems need to be recoded.
According to an embodiment of the present application, there is provided a data export method including: receiving an export request for exporting service data, and selecting a corresponding form template in a template database according to the export request; matching the data to be written in the appointed row in the form template according to the service data; and writing the data to be written into the appointed row in the form template, and outputting the form template written with the data to be written into to a user as a new form template.
In some of these embodiments, prior to receiving the export request for exporting the traffic data, the method further comprises: setting the table template, wherein a first designated row in the table template is used for writing a field file, and a second designated row in the table template is used for writing a field name and a format corresponding to the field name; and storing the set form template into the template database.
In some of these embodiments, the field cases in the first designated row are stored in a field case data list of a first list data structure; the field names in the second designated row are stored in a field name data list of a second list data structure; the format in the second designated row corresponding to the field name is stored in a mapping table of a third list data structure.
In some embodiments, the matching the data to be written in the appointed row in the table template according to the service data includes: searching a field file corresponding to the service data from the field file data list, wherein the field file is data to be written in a first appointed row in the form template in the data to be written; searching a field name corresponding to the service data from a field name data list, and searching a format corresponding to the field name corresponding to the service data from a mapping table; the field name and the format corresponding to the field name are data to be written in a second appointed row in the form template in the data to be written.
In some of these embodiments, writing the data to be written to a specified row in the form template includes: writing the searched field file into a first appointed row of the table template; and writing the searched field names and the formats corresponding to the field names into a second appointed row of the table template.
According to another embodiment of the present application, there is provided a data exporting apparatus including: the first processing module is used for receiving an export request for exporting service data and selecting a corresponding form template in the template database according to the export request; the writing module is used for matching the data to be written in the appointed row in the form template according to the service data; and the second processing module is used for writing the data to be written into the appointed row in the form template and outputting the form template written into the data to be written into to a user as a new form template.
In some of these embodiments, the apparatus further comprises: the system comprises a setting module, a format setting module and a storage module, wherein the setting module is used for setting the table template before receiving a export request for exporting business data, wherein a first appointed row in the table template is used for writing a field file, a second appointed row in the table template is used for writing a field name, and a format corresponding to the field name; and the storing module is used for storing the set form template into the template database.
In some of these embodiments, the field cases in the first designated row are stored in a field case data list of a first list data structure; the field names in the second designated row are stored in a field name data list of a second list data structure; the format in the second designated row corresponding to the field name is stored in a mapping table of a third list data structure.
According to a further embodiment of the application, there is also provided a storage medium having stored therein a computer program, wherein the computer program is arranged to perform the steps of any of the method embodiments described above when run.
According to a further embodiment of the application, there is also provided an electronic device comprising a memory having stored therein a computer program and a processor arranged to run the computer program to perform the steps of any of the method embodiments described above.
According to the application, the export request for exporting the business data can be received, the corresponding form template is selected in the template database according to the export request, the data to be written of the appointed row in the form template is matched according to the business data, the data to be written is written in the appointed row in the form template, and the form template written with the data to be written is used as a new form template to be output to a user, so that the consistency of the business data is ensured when the form template writes the business data. The application solves the problem that in the related art, because the service data structures and types in different management systems are inconsistent, the implementation of the export function of each management system needs to be encoded to adapt to the corresponding data type, and a plurality of management systems need to be recoded.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the application and do not constitute a limitation on the application. In the drawings:
fig. 1 is a hardware structural block of a terminal of a data export method according to an embodiment of the present application;
FIG. 2 is a flow chart of a method of exporting data according to an embodiment of the present application;
fig. 3 is a block diagram of a structure of a data exporting apparatus according to an embodiment of the present application.
Detailed Description
The application will be described in detail hereinafter with reference to the drawings in conjunction with embodiments. It should be noted that, without conflict, the embodiments of the present application and features of the embodiments may be combined with each other.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present application and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order.
Example 1
The method according to the first embodiment of the present application may be implemented in a terminal, a computer terminal or a similar computing device. Taking the operation on a terminal as an example, fig. 1 is a block diagram of a hardware structure of a terminal of a data export method according to an embodiment of the present application. As shown in fig. 1, the terminal 10 may include one or more (only one is shown in fig. 1) processors 102 (the processor 102 may include, but is not limited to, a microprocessor MCU or a processing device such as a programmable logic device FPGA) and a memory 104 for storing data, and optionally a transmission device 106 for communication functions and an input-output device 108. It will be appreciated by those skilled in the art that the structure shown in fig. 1 is merely illustrative and not limiting on the structure of the terminal described above. For example, the terminal 10 may also include more or fewer components than shown in FIG. 1, or have a different configuration than shown in FIG. 1.
The memory 104 may be used to store a computer program, for example, a software program of application software and a module, such as a computer program corresponding to a method for exporting data in an embodiment of the present application, and the processor 102 executes the computer program stored in the memory 104 to perform various functional applications and data processing, that is, implement the method described above. Memory 104 may include high-speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 104 may further include memory located remotely from the processor 102, which may be connected to the terminal 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used to receive or transmit data via a network. The specific examples of the network described above may include a wireless network provided by a communication provider of the terminal 10. In one example, the transmission device 106 includes a network adapter (Network Interface Controller, simply referred to as NIC) that can connect to other network devices through a base station to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is configured to communicate with the internet wirelessly.
In this embodiment, a method for exporting data running on the terminal is provided, and fig. 2 is a flowchart of a method for exporting data according to an embodiment of the present application, as shown in fig. 2, where the flowchart includes the following steps:
step S202, receiving a export request for exporting business data, and selecting a corresponding form template in a template database according to the export request;
step S204, the data to be written of the appointed row in the writing form template is matched according to the service data;
step S206, writing the data to be written into the appointed row in the form template, and outputting the form template written with the data to be written to the user as a new form template.
Through the steps S202 to S206, a export request for exporting service data may be received, a corresponding table template is selected in the template database according to the export request, and data to be written of a designated row in the table template is matched according to the service data, so that the data to be written is written into the designated row in the table template, and the table template written with the data to be written is output to a user as a new table template, thereby realizing that the consistency of the service data is ensured when the table template writes the service data; the method solves the problem that in the related art, because the service data structures and types in different management systems are inconsistent, the implementation of the export function of each management system needs to be encoded to adapt to the corresponding data type, so that a plurality of management systems need to be recoded, and improves the export efficiency of the data.
In an alternative embodiment of the present application, the method steps of the present application, before receiving the export request for exporting service data involved in step S202 of the present application, further comprise:
step S102, a table template is set, wherein a first designated row in the table template is used for writing a field file, a second designated row in the table template is used for writing a field name, and a format corresponding to the field name;
step S104, storing the set form template into a template database.
Through the steps S102 to S104, the contents in the first designated row and the second designated row in the table template are set, taking the table template as an example of the Excel template, where the first designated row may be the first row in the Excel template, and the second row in the second designated row in the Excel template, that is, the first row is the column header of the export file finally generated in the Excel template; and the field name and the format of each column of data in the second behavior Excel template in the system.
It should be noted that, in the embodiment, the field file in the first designated row is stored in the field file data list of the first list data structure; the field names in the second designated row are stored in a field name data list of the second list data structure; the format in the second designated row corresponding to the field name is stored in the mapping table of the third list data structure. Taking a table template as an Excel template as an example, and the first specified line may be a first line in the Excel template, and in the case of a second line in the Excel template, the field document of the first line may be stored in a list data structure of Java and stored as a field document data list; the field name of the second row is stored in a Java list data structure and is stored as a field name data list; the field name of the second row and the corresponding format are stored in the map data structure of Java and are stored as a mapping table of the field name and the corresponding format.
Based on this, for the manner of matching the data to be written of the specified row in the write table template according to the service data, which is referred to in step S204 in this embodiment, it may further be that:
step S204-11, searching a field file corresponding to the service data from a field file data list, wherein the field file is the data of a first appointed row in a form template to be written in the data to be written in;
step S204-12, searching a field name corresponding to the service data from the field name data list, and searching a format corresponding to the field name corresponding to the service data from the mapping table; the field name and the format corresponding to the field name are the data of the second appointed row in the form template to be written in the data to be written.
It can be seen that, through the steps S204-11 and S204-12, the writing of the service data in the data template is realized by searching the field file corresponding to the service data from the field file data list, searching the field name corresponding to the service data from the field name data list, and searching the format corresponding to the field name corresponding to the service data from the mapping table.
Based on this, the manner of writing the data to be written into the designated row in the table template referred to in step S206 of the present embodiment may further be:
step S206-11, writing the searched field file into a first appointed row of the table template;
step S206-12, writing the searched field names and the format corresponding to the field names into a second appointed row of the table template.
Taking the form template as an example in step S206, the first designated line may be the first line in the Excel template, and in the case of the second designated line in the Excel template, the searched field document is written into the first line of the Excel template; and writing the searched field names and the format corresponding to the field names into a second row of the Excel template.
The application is illustrated below in connection with alternative embodiments thereof; in this alternative embodiment, a table template is taken as an Excel template for illustration; the method uses an Excel custom template (a set of Excel template is defined for each system) for the data structure of each different system, finds a corresponding template in the export function, reads the data field name and the Excel format in the template, further matches corresponding service data, uses a Java reflection mechanism to write the successfully matched service data into an output stream, and returns the successfully matched service data to a browser end through an http protocol for user to trigger downloading.
The method steps of the alternative implementation comprise:
s300, generating an Excel template;
wherein, the template comprises: the first row is a column header file of the finally generated export file; second behavior field names of each column of data in the system; the cell format of each field of the second row corresponds to the format of the corresponding column of the final export file.
S310, determining a field to be exported according to the export requirement of the service system;
s320, creating a blank Excel, and writing a definition format of the template into the blank Excel to generate an Excel template; the first row is a column header file of a finally generated export file; the second action includes the field name and the format of each column of data in the system;
that is, corresponding Excel templates are generated for each different business system requirement.
S330, storing the generated Excel template into a system resource folder.
Based on the above steps S300 to S330, the following method is specifically implemented:
s11, reading a corresponding Excel template according to the export requirement;
s12, generating the Excel template based on the export requirement, so that the Excel template is generated with a specified file name. And directly through the designated file name, the Excel template corresponding to the export requirement can be found in the system resource folder.
S13, using a Java class loader to read the template content into an input stream, and using an excel operation toolkit of the apache to read information (comprising a field file of a first row, a field name of a second row and a corresponding format thereof) in the template. Storing the field file of the first row into a Java list data structure, and storing the field file as a field file data list; the field name of the second row is stored in a Java list data structure and is stored as a field name data list; the field name of the second row and the corresponding format are stored in the map data structure of Java and are stored as a mapping table of the field name and the corresponding format.
S14, matching service data by using a template field, and setting an Excel format;
s15, inquiring service data from a background database according to the export requirement;
s16, creating a new Excel content object by using an Excel operation toolkit of the apache;
s17, circularly traversing the field file data list, and writing the field file into a first row of the Excel content object;
s18, circularly traversing the service data, and obtaining the field name data list and the same name data field from the nth data on the assumption that the nth data is obtained; meanwhile, inquiring the corresponding format from the mapping table of the field name and the format corresponding to the field name; if not, using a default format, and not setting; writing the field content and the format thereof into the n+1th row of the Excel content object;
and S19, writing the set Excel content object into the output stream, and returning to the front-end browser.
According to the method, an Excel template is only required to be set according to the requirements aiming at different export requirements, and when the method is used, a developer can call the export tool method provided by the developer through the appointed Excel template file and service data, so that the export requirements can be realized without matching data fields or setting data formats in codes. According to the method and the device for generating the Excel template, time of a developer can be saved, development efficiency is improved, corresponding Excel templates can be flexibly generated according to different export requirements, and requirements are conveniently achieved.
From the description of the above embodiments, it will be clear to a person skilled in the art that the method according to the above embodiments may be implemented by means of software plus the necessary general hardware platform, but of course also by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) comprising several instructions for causing a terminal device (which may be a mobile phone, a computer, a server, or a network device, etc.) to perform the method of the various embodiments of the present application.
Example 2
The embodiment also provides a data export device, which is used for implementing the foregoing embodiments and preferred embodiments, and is not described in detail. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Fig. 3 is a block diagram of a data exporting apparatus according to an embodiment of the present application, as shown in fig. 3, the apparatus includes: a first processing module 32, configured to receive an export request for exporting service data, and select a corresponding table template in the template database according to the export request; the writing module 34 is configured to match the data to be written of the designated row in the writing form template according to the service data; the second processing module 36 is configured to write the data to be written into the designated row in the form template, and output the form template written with the data to be written to the user as a new form template.
Optionally, the apparatus in this embodiment further includes: the system comprises a setting module, a format setting module and a format setting module, wherein the setting module is used for setting a table template before receiving a export request for exporting business data, wherein a first appointed row in the table template is used for writing a field file, a second appointed row in the table template is used for writing a field name, and a format corresponding to the field name; and the storing module is used for storing the set form template into the template database.
Optionally, the field cases in the first designated row are stored in a field case data list of the first list data structure; the field names in the second designated row are stored in a field name data list of the second list data structure; the format in the second designated row corresponding to the field name is stored in the mapping table of the third list data structure.
Optionally, in this embodiment, the writing module 34 may further include: the second searching unit is used for searching a field file corresponding to the service data from the field file data list, wherein the field file is the data of a first appointed row in a form template to be written in the data to be written in; a first searching unit, configured to search a field name corresponding to the service data from the field name data list, and search a format corresponding to the field name corresponding to the service data from the mapping table; the field name and the format corresponding to the field name are the data of the second appointed row in the form template to be written in the data to be written.
Optionally, the second processing module 36 in this embodiment may further include: the third searching unit is used for writing the searched field file into a first appointed row of the table template; and the writing unit is used for writing the searched field names and the formats corresponding to the field names into the second appointed row of the table template.
It should be noted that each of the above modules may be implemented by software or hardware, and for the latter, it may be implemented by, but not limited to: the modules are all located in the same processor; alternatively, the above modules may be located in different processors in any combination.
Example 3
An embodiment of the application also provides a storage medium having a computer program stored therein, wherein the computer program is arranged to perform the steps of any of the method embodiments described above when run.
Alternatively, in the present embodiment, the above-described storage medium may be configured to store a computer program for performing the steps of:
s1, receiving a export request for exporting service data, and selecting a corresponding form template in a template database according to the export request;
s2, matching the data to be written of the appointed row in the writing form template according to the service data;
s3, writing the data to be written into the appointed row in the form template, and outputting the form template written with the data to be written to a user as a new form template.
Alternatively, in the present embodiment, the storage medium may include, but is not limited to: a usb disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing a computer program.
An embodiment of the application also provides an electronic device comprising a memory having stored therein a computer program and a processor arranged to run the computer program to perform the steps of any of the method embodiments described above.
Optionally, the electronic apparatus may further include a transmission device and an input/output device, where the transmission device is connected to the processor, and the input/output device is connected to the processor.
Alternatively, in the present embodiment, the above-described processor may be configured to execute the following steps by a computer program:
s1, receiving a export request for exporting service data, and selecting a corresponding form template in a template database according to the export request;
s2, matching the data to be written of the appointed row in the writing form template according to the service data;
s3, writing the data to be written into the appointed row in the form template, and outputting the form template written with the data to be written to a user as a new form template.
Alternatively, specific examples in this embodiment may refer to examples described in the foregoing embodiments and optional implementations, and this embodiment is not described herein.
It will be appreciated by those skilled in the art that the modules or steps of the application described above may be implemented in a general purpose computing device, they may be concentrated on a single computing device, or distributed across a network of computing devices, they may alternatively be implemented in program code executable by computing devices, so that they may be stored in a memory device for execution by computing devices, and in some cases, the steps shown or described may be performed in a different order than that shown or described, or they may be separately fabricated into individual integrated circuit modules, or multiple modules or steps within them may be fabricated into a single integrated circuit module for implementation. Thus, the present application is not limited to any specific combination of hardware and software.
The above description is only of the preferred embodiments of the present application and is not intended to limit the present application, but various modifications and variations can be made to the present application by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the principle of the present application should be included in the protection scope of the present application.

Claims (7)

1. A method of exporting data, comprising:
receiving an export request for exporting service data, and selecting a corresponding form template in a template database according to the export request;
matching the data to be written in the appointed row in the form template according to the service data; the matching the data to be written in the appointed row in the form template according to the service data comprises the following steps: acquiring a set field file data list, a set field name data list and a set mapping table in the table template; searching a field file corresponding to the service data from the field file data list, wherein the field file is data to be written in a first appointed row in the form template in the data to be written; searching a field name corresponding to the service data from a field name data list, and searching a format corresponding to the field name corresponding to the service data from a mapping table, wherein the field name and the format corresponding to the field name are data to be written in a second appointed row in the form template in the data to be written;
and writing the data to be written into the appointed row in the form template, and outputting the form template written with the data to be written into to a user as a new form template.
2. The method of claim 1, wherein the field cases in the first designated row are stored in a field case data list of a first list data structure; the field names in the second designated row are stored in a field name data list of a second list data structure; the format in the second designated row corresponding to the field name is stored in a mapping table of a third list data structure.
3. The method of claim 1, wherein writing the data to be written to a specified row in the form template comprises:
writing the searched field file into a first appointed row of the table template;
and writing the searched field names and the formats corresponding to the field names into a second appointed row of the table template.
4. A data exporting apparatus, comprising:
the first processing module is used for receiving an export request for exporting service data and selecting a corresponding form template in the template database according to the export request;
the writing module is used for matching the data to be written in the appointed row in the form template according to the service data; acquiring a set field file data list, a set field name data list and a set mapping table in the table template; searching a field file corresponding to the service data from the field file data list, wherein the field file is data to be written in a first appointed row in the form template in the data to be written; searching a field name corresponding to the service data from a field name data list, and searching a format corresponding to the field name corresponding to the service data from a mapping table, wherein the field name and the format corresponding to the field name are data to be written in a second appointed row in the form template in the data to be written;
and the second processing module is used for writing the data to be written into the appointed row in the form template and outputting the form template written into the data to be written into to a user as a new form template.
5. The apparatus of claim 4, wherein the field cases in the first designated row are stored in a field case data list of a first list data structure; the field names in the second designated row are stored in a field name data list of a second list data structure; the format in the second designated row corresponding to the field name is stored in a mapping table of a third list data structure.
6. A computer-readable storage medium, characterized in that the storage medium has stored therein a computer program, wherein the computer program is arranged to perform the method of any of claims 1 to 3 when run.
7. An electronic device comprising a memory and a processor, characterized in that the memory has stored therein a computer program, the processor being arranged to run the computer program to perform the method of any of the claims 1 to 3.
CN201911345102.6A 2019-12-24 2019-12-24 Data export method and device, storage medium and electronic device Active CN111177243B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911345102.6A CN111177243B (en) 2019-12-24 2019-12-24 Data export method and device, storage medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911345102.6A CN111177243B (en) 2019-12-24 2019-12-24 Data export method and device, storage medium and electronic device

Publications (2)

Publication Number Publication Date
CN111177243A CN111177243A (en) 2020-05-19
CN111177243B true CN111177243B (en) 2023-11-14

Family

ID=70654112

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911345102.6A Active CN111177243B (en) 2019-12-24 2019-12-24 Data export method and device, storage medium and electronic device

Country Status (1)

Country Link
CN (1) CN111177243B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113268967B (en) * 2020-10-13 2024-04-09 上海右云信息技术有限公司 Method and equipment for processing data information
CN113094345A (en) * 2021-04-15 2021-07-09 浪潮通用软件有限公司 Method and equipment for importing table data file
CN117520432A (en) * 2023-11-30 2024-02-06 广州方舟信息科技有限公司 Template-based data transmission method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317974A (en) * 2014-11-21 2015-01-28 武汉理工大学 Reconfigurable multi-source data importing method in ERP system
CN108335087A (en) * 2018-03-09 2018-07-27 吴祥荣 Value-added tax invoice for sales data statistical approach based on EXCEL and device
CN110321538A (en) * 2019-06-20 2019-10-11 北京小笨鸟信息技术有限公司 A kind of intelligent offline data makes a report on system
CN110347985A (en) * 2019-05-30 2019-10-18 平安科技(深圳)有限公司 Method, apparatus, computer equipment and the storage medium that table generates
CN110399420A (en) * 2019-07-30 2019-11-01 广州吉信网络科技开发有限公司 A kind of deriving method, electronic equipment and the medium of configurableization Excel format

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317974A (en) * 2014-11-21 2015-01-28 武汉理工大学 Reconfigurable multi-source data importing method in ERP system
CN108335087A (en) * 2018-03-09 2018-07-27 吴祥荣 Value-added tax invoice for sales data statistical approach based on EXCEL and device
CN110347985A (en) * 2019-05-30 2019-10-18 平安科技(深圳)有限公司 Method, apparatus, computer equipment and the storage medium that table generates
CN110321538A (en) * 2019-06-20 2019-10-11 北京小笨鸟信息技术有限公司 A kind of intelligent offline data makes a report on system
CN110399420A (en) * 2019-07-30 2019-11-01 广州吉信网络科技开发有限公司 A kind of deriving method, electronic equipment and the medium of configurableization Excel format

Also Published As

Publication number Publication date
CN111177243A (en) 2020-05-19

Similar Documents

Publication Publication Date Title
CN111177243B (en) Data export method and device, storage medium and electronic device
CN101316226B (en) Method, device and system for acquiring resources
CN102694861B (en) A kind of terminal application software sorting technique, Apparatus and system based on cloud
CN111552838B (en) Data processing method and device, computer equipment and storage medium
CN114785685B (en) Software differential upgrading method and device, electronic equipment and readable storage medium
CN110413845B (en) Resource storage method and device based on Internet of things operating system
US20200204688A1 (en) Picture book sharing method and apparatus and system using the same
CN111552712A (en) Report data extraction method and device and computer equipment
CN111008220A (en) Dynamic identification method and device of data source, storage medium and electronic device
CN112422450A (en) Computer equipment, and flow control method and device for service request
CN111159226A (en) Index query method and system
CN110569129A (en) Resource allocation method and device, storage medium and electronic device
CN114025027A (en) Data transmission script running method and device, storage medium and electronic device
CN110059091B (en) Index construction method, device, client, server and system
CN115712411A (en) Method and device for generating user-defined serial number
CN113791984B (en) Automatic interface testing method and device
CN114466387A (en) Method and device for updating configuration file of base station, storage medium and electronic device
CN112650710B (en) Data migration sending method and device, storage medium and electronic device
CN112688980B (en) Resource distribution method and device, and computer equipment
CN110647546A (en) Third-party rule engine generation method and device
CN114090074A (en) Method and device for configuring operating environment, storage medium and electronic device
CN108363614B (en) Application service module management method and device and server
CN110751204A (en) Data fusion method and device, storage medium and electronic device
CN112632266A (en) Data writing method and device, computer equipment and readable storage medium
CN112130791B (en) Method and device for editing information among multiple screens, storage medium and electronic 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
GR01 Patent grant
GR01 Patent grant