From 338539783ae9d4077ce499e5488e0d7a2961077d Mon Sep 17 00:00:00 2001 From: chitralabs Date: Tue, 16 Jun 2026 23:35:32 -0500 Subject: [PATCH] docs: add cross-links to main Sheetz documentation Co-Authored-By: Claude Opus 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 169e315..be96cd3 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE) [![GitHub stars](https://img.shields.io/github/stars/chitralabs/sheetz?style=social)](https://github.com/chitralabs/sheetz) +📚 **[Full Documentation](https://chitralabs.github.io/sheetz/)** | 🔄 [Migration from POI](https://chitralabs.github.io/sheetz/migration-from-poi) | 📊 [Benchmarks](https://chitralabs.github.io/sheetz/benchmarks) + **9 runnable examples** demonstrating every feature of the [Sheetz](https://github.com/chitralabs/sheetz) library — read, write, stream, and validate Excel and CSV files in Java with minimal code. ```java