ABP Framework Code Batch Generator

Need the latest source code, or technical questions, Please add QQ group: 538327407, because the source code is constantly improving, it will be synchronized to open source projects later. brief introduction ABP framework has been used for nearly two years, and has completed many projects. As CTO and architect, when dealing with small and med ...

Posted by NiXXeD on Sat, 26 Jan 2019 16:57:15 -0800

POI imports Excel with merged cells

Data imported by POI in one line and one line has many articles on the Internet, but it seems difficult to import an excel with merged cells. Just recently completed a requirement to import excel with merged cells: 1 /** 2 * Read excel data and call this method to start 3 * @param is 4 * @param indexNum At least how many col ...

Posted by cityboy101 on Fri, 25 Jan 2019 09:27:13 -0800

Interesting and practical! Python crawler crawls the Clove Garden User Home Page (Section 1)

Catalog 0. Write in front 1. Analysis Page 2. Get the page source code 3. Analytical data 4. Data Storage and Export 4.1 Data Storage 4.2 Data Export 5.pandas Implements Export 6. Object-Oriented Encapsulation 0. Write in front Target page http://i.dxy.cn/profile/yilizhongzi objective Click the information on the user's home page of the Clove ...

Posted by Muses on Sat, 19 Jan 2019 21:51:12 -0800

Java parsing OFFICE(word,excel,powerpoint) and PDF implementation scheme and bit-by-bit sharing in development

Java parsing OFFICE(word,excel,powerpoint) and PDF implementation scheme and bit-by-bit sharing in development Here, I share my experience and feelings before writing this article. All my feelings are condensed into one word: pit. If there are two words, it is "huge pit"=> because this demand is not the same at the beginning, and l ...

Posted by auro on Mon, 07 Jan 2019 17:21:11 -0800

Laravel 5 uses Laravel Excel to implement the function of importing and exporting Excel/CSV files

1, introduction Laravel Excel integrates PHPExcel in the PHPOffice suite in Laravel 5 to facilitate the import and export of Excel/CSV files with elegant and expressive code. The GitHub address of the project is https://github.com/Maatwebsite/Laravel-Excel. 2. Installation & Configuration Using Composer to Install Dependencies In this ...

Posted by ensanity on Fri, 04 Jan 2019 22:03:09 -0800

Using Aspose.Word control and Aspose.Cell control to realize template export of Word document and Excel document

As we know, Word documents or Excel documents, which are usually exported, are basically divided into two categories. One is the way to dynamically generate the content of all documents, the other is the content output based on fixed template. The latter is widely used in many occasions, which is also a reflection of the standardization of ent ...

Posted by Jezza on Tue, 01 Jan 2019 22:18:09 -0800

linux and windows install openOffice to convert excel and doc files to pdf or html

1. Preparations (downloading software, etc.) 1. openoffice Download Address http://www.openoffice.org/zh-cn/download/ Download the version you need, windows or linux, etc. 2. In addition to openoffice, we also need to use pdf2htmlEX software; download address https://github.com/coolwanglu/pdf2htmlEX/ https://github.com/coolwanglu/pdf2html ...

Posted by ffdave77 on Wed, 12 Dec 2018 21:54:06 -0800