xlsx

Installation
SKILL.md

XLSX Processing Skill

Overview

Comprehensive Excel manipulation using pandas for data analysis and openpyxl for formulas, formatting, and Excel-specific features.

Quick Start

import pandas as pd
from openpyxl import Workbook

# Read with pandas
df = pd.read_excel("data.xlsx")
print(df.head())
Installs
22
GitHub Stars
11
First Seen
Jan 24, 2026
xlsx — vamseeachanta/workspace-hub