Format Conversion
Export each Excel worksheet as an individual CSV file and include a manifest with schema/statistics
xlsx-sheet-to-csv-packFormat Conversion
Batch convert CSV/TSV to XLSX or convert XLSX back to CSV/TSV with delimiter and encoding handling
xlsx-csv-batch-converterFormat Conversion
Bidirectional conversion between JSON arrays and Excel sheets, with nested object flattening and restoration
xlsx-json-transformerDocument Tools
Render a wiki page URL into a clean, print-ready PDF
wiki-page-to-pdfData Processing
Remove specified values from an array using lodash _.without
without-valuesData Processing
Compute the symmetric difference of arrays using lodash _.xor
xor-arraysSecurity
Detect XSS (Cross-Site Scripting) attack vectors in input strings
xss-payload-detectorHealth
Calculate Wilks score to compare strength across different body weights in powerlifting
wilks-scoreMedia
Convert WMA audio to MP3 with configurable bitrate, resampling, and channel settings
wma-to-mp3Data Visualization
Generate beautiful word clouds from text with customizable fonts, colors, and sizes
word-cloud-generatorDocument Tools
Extract text content from Word documents with support for formatting options, paragraph selection, and multi-language processing
word-text-extractorData Processing
Extract values from XML documents using XPath expressions. Perfect for extracting specific data from complex nested XML structures, API responses, RSS feeds, and configuration files.
xml-path-extractor