Spreadsheet to PDF Converter

New Tool: Spreadsheet to PDF Converter

We just released Spreadsheet to PDF Converter — convert excel files to pdf with formatting and layout control. What it does This tool converts Excel (.xlsx) files into PDF documents, preserving tables, fonts, and basic formatting. Ideal for developers and office workers who need to automate report generation from spreadsheet data. Works entirely offline from the command line. Features Convert single or multiple Excel sheets to PDF Preserve cell formatting, borders, and text styles Set page orientation, margins, and scaling options Support for custom header and footer text Batch process entire folders of Excel files Usage python excel2pdf....

<span title='2026-06-05 00:00:00 +0000 UTC'>June 5, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet to PDF Converter

Spreadsheet to PDF Converter

This tool converts Excel (.xlsx) files into PDF documents, preserving tables, fonts, and basic formatting. Ideal for developers and office workers who need to automate report generation from spreadsheet data. Works entirely offline from the command line. Features Convert single or multiple Excel sheets to PDF Preserve cell formatting, borders, and text styles Set page orientation, margins, and scaling options Support for custom header and footer text Batch process entire folders of Excel files Usage python excel2pdf....

<span title='2026-06-05 00:00:00 +0000 UTC'>June 5, 2026</span>&nbsp;·&nbsp;OddShop
Ecommerce CSV Migration Script

Ecommerce CSV Migration Script

This Python CLI tool transforms a Shopify product CSV export into a Magento 2 import-ready CSV. Ideal for store owners migrating catalogs without manual mapping. Handles field renaming, category structure, and image URL formatting automatically. Features Maps Shopify fields (Handle, Title, Body HTML) to Magento columns (sku, name, description) Converts Shopify category paths to Magento’s category_ids format Reformats image URLs from Shopify’s CDN to Magento’s import structure Supports custom field mapping via a JSON config file Validates output CSV for common Magento import errors (missing SKU, invalid price) Usage python migrate....

<span title='2026-06-04 00:00:00 +0000 UTC'>June 4, 2026</span>&nbsp;·&nbsp;OddShop
Ecommerce CSV Migration Script

New Tool: Ecommerce CSV Migration Script

We just released Ecommerce CSV Migration Script — convert shopify product exports to magento-compatible csv files. What it does This Python CLI tool transforms a Shopify product CSV export into a Magento 2 import-ready CSV. Ideal for store owners migrating catalogs without manual mapping. Handles field renaming, category structure, and image URL formatting automatically. Features Maps Shopify fields (Handle, Title, Body HTML) to Magento columns (sku, name, description) Converts Shopify category paths to Magento’s category_ids format Reformats image URLs from Shopify’s CDN to Magento’s import structure Supports custom field mapping via a JSON config file Validates output CSV for common Magento import errors (missing SKU, invalid price) Usage python migrate....

<span title='2026-06-04 00:00:00 +0000 UTC'>June 4, 2026</span>&nbsp;·&nbsp;OddShop
Realtor.ca Data Scraper

New Tool: Realtor.ca Data Scraper

We just released Realtor.ca Data Scraper — extract property listings from realtor.ca csv exports into clean json. What it does Parses exported CSV files from Realtor.ca and converts them into structured JSON for analysis, reporting, or integration. Ideal for real estate analysts and investors who need offline access to listing data without manual reformatting. Features Parses Realtor.ca CSV exports into clean, nested JSON objects Extracts all fields: price, address, bedrooms, bathrooms, square footage, listing URL Supports batch processing of multiple CSV files in one command Outputs to stdout, file, or pretty-printed JSON with optional indentation Validates CSV structure and reports malformed rows with line numbers Usage python realtorscraper....

<span title='2026-06-04 00:00:00 +0000 UTC'>June 4, 2026</span>&nbsp;·&nbsp;OddShop
Realtor.ca Data Scraper

Realtor.ca Data Scraper

Parses exported CSV files from Realtor.ca and converts them into structured JSON for analysis, reporting, or integration. Ideal for real estate analysts and investors who need offline access to listing data without manual reformatting. Features Parses Realtor.ca CSV exports into clean, nested JSON objects Extracts all fields: price, address, bedrooms, bathrooms, square footage, listing URL Supports batch processing of multiple CSV files in one command Outputs to stdout, file, or pretty-printed JSON with optional indentation Validates CSV structure and reports malformed rows with line numbers Usage python realtorscraper....

<span title='2026-06-04 00:00:00 +0000 UTC'>June 4, 2026</span>&nbsp;·&nbsp;OddShop
Ecommerce Product Scraper & Migrator

Ecommerce Product Scraper & Migrator

A Python CLI tool that reads product data from exported CSV or JSON files (e.g., from WooCommerce) and transforms it for migration to other platforms. Ideal for developers handling complex product catalogs with variants, images, and custom fields. Features Parse WooCommerce product exports (CSV/JSON) with support for variable products, attributes, and images Map and transform fields to target platform schema via configurable mapping file Generate output CSV/JSON ready for import into Shopify, BigCommerce, or custom systems Handle bulk operations with progress bars and error logging for large datasets Validate data integrity and report missing or malformed fields before migration Usage python wc_migrate....

<span title='2026-06-03 00:00:00 +0000 UTC'>June 3, 2026</span>&nbsp;·&nbsp;OddShop
Ecommerce Product Scraper & Migrator

New Tool: Ecommerce Product Scraper & Migrator

We just released Ecommerce Product Scraper & Migrator — scrape woocommerce product data from csv/json and migrate to any ecommerce platform. What it does A Python CLI tool that reads product data from exported CSV or JSON files (e.g., from WooCommerce) and transforms it for migration to other platforms. Ideal for developers handling complex product catalogs with variants, images, and custom fields. Features Parse WooCommerce product exports (CSV/JSON) with support for variable products, attributes, and images Map and transform fields to target platform schema via configurable mapping file Generate output CSV/JSON ready for import into Shopify, BigCommerce, or custom systems Handle bulk operations with progress bars and error logging for large datasets Validate data integrity and report missing or malformed fields before migration Usage python wc_migrate....

<span title='2026-06-03 00:00:00 +0000 UTC'>June 3, 2026</span>&nbsp;·&nbsp;OddShop
Automated Data Extraction & Input Scripts

Automated Data Extraction & Input Scripts

A Python CLI tool that reads structured data from files (CSV, JSON, Excel) and sends it to REST APIs or SQL databases via configurable templates. Ideal for ETL tasks, data migration, or batch input automation without writing boilerplate code. Features Multi-format input — read CSV, JSON, or Excel files with automatic schema detection Configurable output — POST to REST APIs or insert into PostgreSQL, MySQL, SQLite via connection string Template-based mapping — define field mappings and transformations in a YAML config file Dry-run mode — preview all operations without executing, with detailed logs Batching & rate limiting — control request concurrency and delay to avoid API throttling Usage python extract_input....

<span title='2026-06-01 00:00:00 +0000 UTC'>June 1, 2026</span>&nbsp;·&nbsp;OddShop
Automated Data Extraction & Input Scripts

New Tool: Automated Data Extraction & Input Scripts

We just released Automated Data Extraction & Input Scripts — extract, transform, and inject data from csv/json/excel into any api or database. What it does A Python CLI tool that reads structured data from files (CSV, JSON, Excel) and sends it to REST APIs or SQL databases via configurable templates. Ideal for ETL tasks, data migration, or batch input automation without writing boilerplate code. Features Multi-format input — read CSV, JSON, or Excel files with automatic schema detection Configurable output — POST to REST APIs or insert into PostgreSQL, MySQL, SQLite via connection string Template-based mapping — define field mappings and transformations in a YAML config file Dry-run mode — preview all operations without executing, with detailed logs Batching & rate limiting — control request concurrency and delay to avoid API throttling Usage python extract_input....

<span title='2026-06-01 00:00:00 +0000 UTC'>June 1, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet Date Import Fixer

New Tool: Spreadsheet Date Import Fixer

We just released Spreadsheet Date Import Fixer — automatically parse and standardize date columns from imported excel files. What it does Fixes common date parsing issues when importing Excel files into databases or data pipelines. Ideal for data analysts and engineers who need clean, consistent date formats from spreadsheets with mixed or ambiguous date strings. Works with any Excel file (.xlsx, .xls) and outputs standardized ISO 8601 dates. Features Auto-detect and parse multiple date formats (e....

<span title='2026-05-22 00:00:00 +0000 UTC'>May 22, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet Date Import Fixer

Spreadsheet Date Import Fixer

Fixes common date parsing issues when importing Excel files into databases or data pipelines. Ideal for data analysts and engineers who need clean, consistent date formats from spreadsheets with mixed or ambiguous date strings. Works with any Excel file (.xlsx, .xls) and outputs standardized ISO 8601 dates. Features Auto-detect and parse multiple date formats (e.g., ‘22/05/2026’, ‘05/22/2026’, ‘2026-05-22’) Handle timezone offsets and named timezones (e.g., ‘13:26 EDT’, ‘13:26 UTC-4’) Output to CSV or new Excel file with consistent datetime columns Configurable fallback for ambiguous dates (e....

<span title='2026-05-22 00:00:00 +0000 UTC'>May 22, 2026</span>&nbsp;·&nbsp;OddShop