Tagged articles
264 articles
Page 2 of 3
Python Programming Learning Circle
Python Programming Learning Circle
Nov 20, 2023 · Fundamentals

Convert Excel to PDF Using Python and Spire.XLS

This tutorial explains how to install the Spire.XLS library, import its modules, and use Python code examples to convert entire Excel workbooks, individual worksheets, or specific sheets with custom page settings into PDF files for consistent document sharing.

AutomationExcelPDF
0 likes · 4 min read
Convert Excel to PDF Using Python and Spire.XLS
Open Source Tech Hub
Open Source Tech Hub
Nov 10, 2023 · Backend Development

Master Excel Import/Export in Webman with PhpSpreadsheet

This guide shows how to integrate PhpSpreadsheet into a Webman PHP project, covering Composer installation, detailed code for safely importing Excel files with validation and data extraction, and generating Excel exports with styled headers, custom column widths, and base64‑encoded file delivery.

ComposerExcelExport
0 likes · 7 min read
Master Excel Import/Export in Webman with PhpSpreadsheet
Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 23, 2023 · Databases

Collecting and Comparing OceanBase Parameters Using Shell Scripts and Excel VLOOKUP

This article explains how to use Shell scripts together with Excel VLOOKUP to extract OceanBase cluster Parameters, Variables, and ProxyConfig values, compare them against default or DBA‑tuned settings, and generate a report that highlights unexpected configurations for manual verification.

Configuration ManagementDatabase ParametersExcel
0 likes · 6 min read
Collecting and Comparing OceanBase Parameters Using Shell Scripts and Excel VLOOKUP
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 22, 2023 · Fundamentals

Label Excel Rows by Keywords with Pandas: A Quick Python Guide

This article demonstrates how to use Python's pandas library to read an Excel file, define a function that matches specific brand keywords in a column, assign corresponding labels such as “automobile brand” or “sports brand” to a new column, and output the results, while also providing the full code example and tips for sharing data and seeking help.

ExcelPythondata-processing
0 likes · 5 min read
Label Excel Rows by Keywords with Pandas: A Quick Python Guide
Laravel Tech Community
Laravel Tech Community
Jul 13, 2023 · Backend Development

Laravel XlsWriter: High‑Performance Excel Read/Write Extension Guide

This article introduces the Laravel‑XlsWriter package, explains its high‑performance PHP‑C extension features for writing and reading Excel files, and provides step‑by‑step installation, configuration, and usage instructions including service provider registration, facade aliasing, publishing, and mode options.

BackendExcel
0 likes · 4 min read
Laravel XlsWriter: High‑Performance Excel Read/Write Extension Guide
Code Ape Tech Column
Code Ape Tech Column
Jun 28, 2023 · Backend Development

Optimizing Large-Scale Excel Import in Java: From POI to EasyExcel with Caching, Batch Inserts, and Parallel Streams

This article details a step‑by‑step optimization of a high‑volume Excel import workflow in Java, covering the migration from raw POI to EasyPOI and EasyExcel, caching database lookups, using MySQL batch inserts, and leveraging parallel streams to reduce import time from minutes to under two minutes.

Batch InsertExcelJava
0 likes · 12 min read
Optimizing Large-Scale Excel Import in Java: From POI to EasyExcel with Caching, Batch Inserts, and Parallel Streams
IT Services Circle
IT Services Circle
Mar 8, 2023 · Product Management

Excel’s Evolution: From Spreadsheet Origins to a Turing‑Complete Programming Language

This article traces the history of spreadsheet software—from the 1977 invention of VisiCalc, through Lotus 1‑2‑3’s dominance, to Microsoft’s strategic development of Excel, highlighting key innovations like LAMBDA that made Excel a Turing‑complete programming language and its lasting impact on computing.

ExcelSpreadsheetTuring Complete
0 likes · 9 min read
Excel’s Evolution: From Spreadsheet Origins to a Turing‑Complete Programming Language
Top Architect
Top Architect
Jan 31, 2023 · Backend Development

Handling Large-Scale Excel Import/Export with POI and EasyExcel in Java

This article explains how to efficiently import and export massive Excel datasets in Java by comparing POI implementations, selecting the appropriate workbook type, and using EasyExcel with batch processing, pagination, and JDBC transactions to achieve high performance for hundreds of thousands to millions of rows.

Data ExportExcelJava
0 likes · 23 min read
Handling Large-Scale Excel Import/Export with POI and EasyExcel in Java
Top Architect
Top Architect
Nov 22, 2022 · Big Data

Efficient Massive Excel Import/Export with POI and EasyExcel in Java

This article explains how to efficiently import and export massive datasets (up to millions of rows) between Excel and databases using Apache POI, SXSSF, and Alibaba's EasyExcel, comparing workbook types, outlining performance considerations, and providing Java code examples for batch processing, paging, and transaction management.

Batch ProcessingBig DataExcel
0 likes · 23 min read
Efficient Massive Excel Import/Export with POI and EasyExcel in Java
DaTaobao Tech
DaTaobao Tech
Oct 8, 2022 · Big Data

Excel Data Visualization and Analysis Techniques

The article guides readers through practical Excel functions—such as REPT, SUMPRODUCT, FREQUENCY, and text extraction—and advanced chart types like grouped bar, butterfly, and dual‑pie charts, while offering visualization best practices that prioritize clarity, efficient data processing, and effective communication of insights.

Data visualizationExcelchart techniques
0 likes · 7 min read
Excel Data Visualization and Analysis Techniques
Python Programming Learning Circle
Python Programming Learning Circle
Jul 30, 2022 · Fundamentals

Using openpyxl for Excel Automation in Python

This tutorial demonstrates how to use the Python openpyxl library to create, open, modify, and save Excel workbooks, covering worksheet management, cell operations, row and column handling, insertion and deletion, as well as read‑only and streaming techniques for efficient data processing.

AutomationExceldata-processing
0 likes · 7 min read
Using openpyxl for Excel Automation in Python
Python Programming Learning Circle
Python Programming Learning Circle
Jul 8, 2022 · Fundamentals

Using Python pandas to Replicate Excel Functions and Visualizations

This article demonstrates how to replace common Excel operations such as data import, VLOOKUP, pivot tables, and charting with Python libraries like pandas and plotly, providing step‑by‑step code examples, performance tips, and comparisons that help analysts transition from spreadsheet‑based workflows to programmatic data analysis.

ExcelVLOOKUPdata-analysis
0 likes · 13 min read
Using Python pandas to Replicate Excel Functions and Visualizations
Su San Talks Tech
Su San Talks Tech
Apr 8, 2022 · Backend Development

How I Overcame Data Import Pitfalls and Canal Crashes in Production

This article recounts a series of real‑world challenges—including Excel‑to‑SQL imports, temporary table handling, Canal service failures, jar conflicts, and deployment mistakes—and explains the step‑by‑step solutions that restored system stability and delivered the required data to operations.

BackendCanalDataImport
0 likes · 17 min read
How I Overcame Data Import Pitfalls and Canal Crashes in Production
MaGe Linux Operations
MaGe Linux Operations
Jan 16, 2022 · Backend Development

How to Batch‑Generate Word Files from Excel Using Python’s zipfile and python‑docx

This article demonstrates two Python‑based solutions for automatically replacing placeholders in a Word document with data from an Excel sheet—one using python‑docx (with win32com conversion for .doc files) and another leveraging the zipfile module to edit the underlying XML—complete with code, troubleshooting tips, and handling of formatting issues.

AutomationExcelWindows
0 likes · 10 min read
How to Batch‑Generate Word Files from Excel Using Python’s zipfile and python‑docx
Python Programming Learning Circle
Python Programming Learning Circle
Dec 11, 2021 · Backend Development

Batch Generating Word Documents from Excel Using Python: Two Solutions with python-docx and zipfile

This article demonstrates how to automate the replacement of placeholders in Word (.doc/.docx) files with data from an Excel sheet using Python, presenting two approaches—one based on python-docx and win32com, and another that manipulates the underlying zip archive with the zipfile module—while addressing common pitfalls and preserving document formatting.

Exceldocxword processing
0 likes · 11 min read
Batch Generating Word Documents from Excel Using Python: Two Solutions with python-docx and zipfile
Programmer DD
Programmer DD
Nov 22, 2021 · Backend Development

Master EasyExcel: Fast, Low‑Memory Excel Import/Export in Java

This guide explains how to use Alibaba's EasyExcel library for efficient, low‑memory Excel import and export in Java, covering its core features, common annotations, Maven dependencies, listener implementation, and practical code examples for both HTTP‑based and local file operations.

ExcelExportImport
0 likes · 7 min read
Master EasyExcel: Fast, Low‑Memory Excel Import/Export in Java
转转QA
转转QA
Oct 28, 2021 · Fundamentals

How to Write Effective Test Cases: A Practical Guide

This article explains why test cases are essential, outlines the complete workflow from requirement analysis to case maintenance, and provides practical tips and tool recommendations—including Excel and Xmind—to help testers design, review, and manage high‑quality test cases efficiently.

ExcelSoftware Testingquality assurance
0 likes · 6 min read
How to Write Effective Test Cases: A Practical Guide
Architect's Tech Stack
Architect's Tech Stack
Oct 21, 2021 · Backend Development

Using Alibaba EasyExcel for Reading and Writing Excel Files in Java

This article provides a comprehensive guide on integrating Alibaba's EasyExcel library into Java projects, covering environment setup, reading Excel files with and without sheet specifications for datasets smaller or larger than 1000 rows, exporting data with simple and model‑mapped approaches, handling multiple sheets, and includes full source code examples and a test suite.

ExcelFileIOJava
0 likes · 15 min read
Using Alibaba EasyExcel for Reading and Writing Excel Files in Java
macrozheng
macrozheng
Oct 19, 2021 · Backend Development

Simplify Excel Import/Export in Spring Boot with EasyPoi – A Complete Guide

This article introduces EasyPoi, a Spring Boot-friendly library that uses annotations to streamline Excel import and export, covering simple and complex export scenarios, import handling, custom data processing, and provides full code examples for quick integration.

EasyPOIExcelImport Export
0 likes · 14 min read
Simplify Excel Import/Export in Spring Boot with EasyPoi – A Complete Guide
Programmer DD
Programmer DD
Oct 18, 2021 · Backend Development

Master Excel Processing in Java with Alibaba EasyExcel: Setup, Read, and Export

This guide walks through integrating Alibaba's EasyExcel library into a Java project, covering Maven dependencies, environment setup, reading Excel files with less or more than 1000 rows (including custom sheet and row offsets), and exporting data using simple lists, model mapping, and multiple sheets, all illustrated with complete code examples.

Data ExportExcelJava
0 likes · 17 min read
Master Excel Processing in Java with Alibaba EasyExcel: Setup, Read, and Export
Code Ape Tech Column
Code Ape Tech Column
Sep 28, 2021 · Backend Development

Using EasyExcel for Excel Import and Export in Java

This article introduces the EasyExcel library for Java, demonstrating how to quickly set up Excel import and export with Maven dependencies, entity annotations, custom converters, listeners for validation, and controller code for both reading and writing data, along with common API usage and examples.

DataValidationExcelImportExport
0 likes · 9 min read
Using EasyExcel for Excel Import and Export in Java
Top Architect
Top Architect
Sep 23, 2021 · Backend Development

Using Alibaba EasyExcel for Reading and Writing Excel Files in Java

This article provides a comprehensive guide on integrating Alibaba's EasyExcel library in Java projects, covering environment setup, reading Excel files with less or more than 1000 rows, exporting data with and without model mapping, handling multiple sheets, and includes full code examples for each operation.

ExcelJavaSpring Boot
0 likes · 14 min read
Using Alibaba EasyExcel for Reading and Writing Excel Files in Java
Top Architect
Top Architect
Sep 6, 2021 · Backend Development

Java Excel Import/Export Utility with Custom Annotations

This article explains how to create a reusable Java utility for Excel import and export using custom annotations, POI library, and helper methods to handle data mapping, dropdown validation, and HTTP response streaming, providing step‑by‑step code examples for both operations.

ExcelImportExportJava
0 likes · 9 min read
Java Excel Import/Export Utility with Custom Annotations
Laravel Tech Community
Laravel Tech Community
Aug 26, 2021 · Backend Development

Using Laravel Excel to Import and Export Excel/CSV Files in Laravel

This tutorial explains how to integrate the Laravel‑Excel package into a Laravel 5 project, covering Composer installation, service provider and alias configuration, publishing the configuration file, creating a controller with export and import methods, and handling CSV, XLS, and XLSX files both for download and server storage.

CSVExcelImportExport
0 likes · 5 min read
Using Laravel Excel to Import and Export Excel/CSV Files in Laravel
Top Architect
Top Architect
Jul 31, 2021 · Backend Development

Java Excel Import/Export Utility with Custom Annotations

This article explains how to create a reusable Java utility for Excel import and export using custom annotations, detailing the required EnableExport, EnableExportField, and ImportIndex annotations, the implementation of parsing and exporting methods with Apache POI, and providing sample code and usage examples.

Apache POIExcelImportExport
0 likes · 8 min read
Java Excel Import/Export Utility with Custom Annotations
Python Programming Learning Circle
Python Programming Learning Circle
Jul 26, 2021 · Fundamentals

Step-by-Step Guide to Data Analysis with Python: Import, Clean, Visualize, and Merge Using Pandas

This tutorial walks data analysts through setting up a Python environment with Jupyter and Anaconda, importing diverse datasets via Pandas, cleaning and reshaping data, performing calculations, filtering, visualizing results, and finally merging and grouping data to produce insightful analyses comparable to SQL and Excel workflows.

Data visualizationExcelJupyter Notebook
0 likes · 12 min read
Step-by-Step Guide to Data Analysis with Python: Import, Clean, Visualize, and Merge Using Pandas