easyPoi report export

Easypoi report making tool is easy to operate and easy to use. It is different from that of POI report export, so you need to write your own corresponding tool class. Easypoi export is divided into three parts: basic export, template export and HTML export. The basic export is summarized first. Basic export: we can export pictures. If the enti ...

Posted by mizz key_me on Thu, 24 Oct 2019 06:12:12 +0200

C ා add, read and delete Excel document properties

In document properties, you can set many information about the document, such as creation time, author, company, category, keywords, notes and other summary information, as well as some custom document properties. The following will demonstrate how to set it through the C ා program. At the same time, the existing information in the document can ...

Posted by alexk1781 on Mon, 21 Oct 2019 19:53:13 +0200

java listens for file or folder changes

Today, we meet a new requirement. When downloading files from the server, we open them with the designated local program. We don't know when the file download is completed. We can only consider listening folders and opening the designated program when new files are created. Here is a complete download and opening process: 1. Download files j ...

Posted by Cless on Tue, 08 Oct 2019 04:07:21 +0200

ftp file upload and download by shell script

Some time ago, we need to upload some information verification data from our platform to the FTP server of our customers, so that they can compare and verify the relevant information. Since only four hosts contain this information, the strategy is to aggregate the generated four files onto one host, and then upload the files to the target FTP s ...

Posted by mjahkoh on Sun, 06 Oct 2019 16:16:09 +0200

net Implements a Simple General Query Data and Exports Excel Web Page

Background:Provide a simple web page temporarily for others to browse some data in the database (Oracel, MSSQL) and export Excel.Support adding or modifying sql at any time in the configuration file.   Realization:Store sql statements and other information in an xml file. The front-end page provides a drop-down box to select different types o ...

Posted by hbradshaw on Fri, 04 Oct 2019 12:13:02 +0200

Goodbye Excel, I'm free to customize the form recommendation.

Many developers say that since Python/Pandas, Excel has not been used much, and it is very fast to process and visualize tables. Let me give you a few examples. 1. Delete duplicate and empty lines We use dict.fromkeys directly to convert the current data into a dictionary. The default value is None, because it is not used, so it doesn't matter ...

Posted by Minase on Mon, 16 Sep 2019 06:10:16 +0200

Easy implementation of background data batch export with cloud development

Applet export data to excel table, save Excel data with the help of cloud development background As we develop applets, there may be a need to export data from cloud databases in batches to excel tables.This requirement can be easily achieved with powerful cloud development!Cloud functions, cloud storage, and cloud databases are needed here.It ...

Posted by wholein1 on Tue, 10 Sep 2019 04:08:33 +0200

A General Method for Java Parsing excel--Advanced Edition

Ask questions Through previous research on parsing excel in java, it was found that the parsing of Excel in some complex formats could not be satisfied, such as The excel of this format cannot be parsed using the previous method, so how should we p ...

Posted by souravsasi123 on Fri, 06 Sep 2019 05:30:19 +0200

Development of MMO Game Notes 12-MegaCity 1 Based on Unity 2019's Latest ECS Architecture

Development of MMO Game Notes 12 Based on Unity 2019's Latest ECS Architecture MegaCity1 Preparations before commencement: Megacity's Traffic System Summary Update plan Author's remarks ECS Series Catalogue Development of MMO Game Note 0 Based ...

Posted by Enlightened on Wed, 14 Aug 2019 07:55:51 +0200

VUE-How to Implement Pure Front-end Export Excel Files

Excel export can be achieved in the background, but if the front desk already has the required data, it can also be exported in the front-end pure js. There are many libraries supporting the operation of excel. This paper introduces the implementation of Excel export function by xlsx. Installation ...

Posted by agent007 on Wed, 24 Jul 2019 08:10:14 +0200