Data Processing
Format and beautify VBA code for better readability
vba-formatterText Processing
Split text into individual words, with each word on a new line
word-separatorCompression
Convert GZ archive to 7Z format (requires 7zip command)
gz-to-7z-converterCompression
Convert GZ archive to TAR format (requires 7zip command)
gz-to-tar-converterCompression
Convert GZ archive to ZIP format (requires 7zip command)
gz-to-zip-converterCompression
Compress files to GZIP format
gzip-compressorCompression
Extract GZIP compressed files (requires 7zip command)
gzip-extractorCompression
Preview GZIP compressed file information (requires 7zip command)
gzip-previewCompression
Preview contents of TAR.GZ archive without extraction (requires 7zip command)
tar-gz-previewCompression
Extract a single file from TAR.GZ archive by exact path (requires 7zip command)
tar-gz-selective-extractCompression
Convert TAR archive to GZ format (requires 7zip command)
tar-to-gz-converterCompression
Convert ZIP archive to GZ format (requires 7zip command)
zip-to-gz-converter