Toolverse
All skills

data-export-excel

by Starlitnightly

Export analysis results, data tables, and formatted spreadsheets to Excel files using openpyxl. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Mobile
Views
1

About this skill

Export analysis results, data tables, and formatted spreadsheets to Excel files using openpyxl. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

How to use

  1. Zainstaluj bibliotekę openpyxl w swoim środowisku Python (jeśli jeszcze jej nie masz), a następnie zaimportuj wymagane moduły: openpyxl, Workbook, style (Font, PatternFill, Alignment, Border, Side), dataframe_to_rows z openpyxl.utils, pandas i numpy.

  2. Przygotuj dane do eksportu, konwertując je do formatu pandas DataFrame – możesz eksportować obserwacje z AnnData (.obs), zmienne (.var), wyniki analiz DEG (geny, log2FC, wartości p) lub statystyki klastrów uzyskane przez grupowanie danych.

  3. Utwórz nowy skoroszyt Excel za pomocą klasy Workbook, a następnie dodaj arkusz (worksheet) i nadaj mu nazwę. Następnie wpisz dane z DataFrame do arkusza, używając funkcji dataframe_to_rows, która automatycznie obsługuje nagłówki i wiersze danych.

  4. (Opcjonalnie) Dodaj formatowanie do arkusza – stylizuj wiersz nagłówka za pomocą PatternFill (kolor tła), Font (czcionka), Alignment (wyrównanie) i Border (obramowanie). Możesz również dostosować szerokość kolumn i wysokość wierszy, aby poprawić czytelność raportu.

  5. Zapisz skoroszyt na dysku, podając ścieżkę pliku i nazwę – plik będzie gotowy do otwarcia w dowolnym programie obsługującym format Excel.

Related skills

openscad

by mitsuhiko

Create and render OpenSCAD 3D models. Generate preview images from multiple angles, extract customizable parameters, validate syntax, and export STL files for 3D printing platforms like MakerWorld.

Mobile
4291

create-plan

by antinomyhq

Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. Use when users need

Mobile
13108

build-macos-apps

by glittercowboy

Build professional native macOS apps in Swift with SwiftUI and AppKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode.

Mobile
31136

swift-best-practices

by sammcj

This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6

Mobile
36140

flutter-expert

by sickn33

Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. Use PROACTIVELY for Flutter architecture, UI implementation, or

Mobile
54112

analyzing-financial-statements

by anthropics

This skill calculates key financial ratios and metrics from financial statement data for investment analysis

Mobile
16113