Use Python automation to generate high-order calendars! Simple and practical

This content is inspired by Python Programming Quick Start - Automating the tedious work. Make an exclusive calendar based on the chapter "Processing Excel spreadsheets" in the book. The module used is openpyxl, a Pyhton module that can read and modify Excel spreadsheets. Realize automatic processing of table information and get rid o ...

Posted by Styles2304 on Fri, 19 Jul 2019 10:55:23 +0200

java uploads files to jquery.uploadify on the server

Based on jquery file upload control, support ajax refreshless upload, multiple files upload at the same time, upload progress display, delete uploaded files. JQuery 1.4 or above, flash player 9.0.24 or above are required. There are two versions, one is flash and the other is HTML 5. HTML 5 pays ~so here's just the flash version 1. js ...

Posted by Ned on Fri, 21 Jun 2019 03:07:38 +0200

Reading and Writing Excel Table in Unity3D

Needless to say, the operation of Excel tables requires the introduction of third-party libraries. First, we need to introduce Excel.dll and ICSharpCode.SharpZipLib.dll, both of which can be found online; then we need to introduce System.Data.dll, which can be found under the Editor Data Mono lib mono folder under the installation path of Unity ...

Posted by megosh on Fri, 14 Jun 2019 23:46:47 +0200

Encapsulating a lightweight Excel parsing framework with POI

This article is the fourth in this series. The first one is: Java POI Operation Excel(User Model) The second part is: Java POI Operation Excel(Event Model) The third part is: Java POI Operation Excel(Event User Model) Preface Through the previous three articles, we have a good understanding of POI parsing Excel. In this article, we encapsulat ...

Posted by deffe on Wed, 05 Jun 2019 00:57:33 +0200

Python3 Intermediate Player: Taobao Tmall Commodity Search Crawler Automation Tool (First)

View. Github 1. Preface Hello, everybody, today I want to talk about a more practical crawling tool to grab the key commodity information of Taobao, that is: Enter keywords, sort by price, grab listed commodity information and download pictures, and support export to Excel. If: After reading the instructions below, the Python language is alm ...

Posted by PJNEW on Mon, 03 Jun 2019 19:52:38 +0200

Wpf Excel Import and Export Data

Turn: http://blog.csdn.net/sanjiawan/article/details/6818921 Microsoft's import and export methods are basically the same whether they are asp.net, winform, or wpf. It's all about instantiating Excel classes, creating workbooks, creating worksheets, and then saving or extracting data. So easy to operate that feeling has become a matter of cou ...

Posted by jacobelias on Thu, 23 May 2019 00:23:56 +0200

Five Hidden Functions of Laravel Excel

Laravel Excel package Version 3.0 has recently been released with new features that can help simplify advanced requirements and are highly usable. Let's explore some hidden functions that may not be known, which make Laravel Excel the best choice for Excel expansion. 1. Importing data from HTML or Blade Suppose you already have an HTML table ...

Posted by tbone-tw on Fri, 17 May 2019 18:48:53 +0200

Introduction to pandas (1): Installation and Creation of pandas

pandas is a third-party library that must be familiar with for data analysts. pandas has great advantages in scientific computing, especially for data analysts. There is Numpy in python, but Numpy is more mathematic. There is also a need for a database to represent the data model more specifically. We are very clear that EXCEL plays a very impo ...

Posted by jthomp7 on Wed, 15 May 2019 20:33:13 +0200

Baidu Map POI Data Acquisition

This paper mainly introduces the process of Baidu Map POI data acquisition and subsequent processing.There are two main steps in POI data acquisition and subsequent processing, namely POI data acquisition: get POI data from Baidu Map and save it in json format; EXCEL import of data: Convert data saved in json format to excel ...

Posted by aswini_1978 on Sun, 12 May 2019 04:35:23 +0200