IMAGE LINK CONVERTER V1.0

Awaiting Spreadsheet Input...

SYSTEM ONLINE

PROCESS MONITOR

Spreadsheet Image Link Converter Service

This utility extracts WebP image URLs from columns in your uploaded Excel spreadsheet, downloads and converts them in-place, saves the output files locally, and provides a newly updated sheet referencing the converted files.

1. Upload xlsx
2. Choose Columns
3. Process & Download

CONVERTER USER GUIDE

How it works

  1. Upload File: Drag and drop your `.xlsx` or `.xls` spreadsheet containing the external image links.
  2. Choose Parameters:
    • Select the target file format (PNG, JPEG, JPG).
    • Configure the Base URL (this should match where the app is hosted, e.g. `https://links-convert.noospherefactotum.com`).
    • Select the columns that contain the image links. The system automatically pre-selects columns containing typical image URLs.
  3. Run: Click the "CONVERT SHEET" button. The server downloads the images, converts them using `sharp`, saves them, and modifies the sheet cells in-place with new links.
  4. Download: Click the download button to grab the updated Excel file.

Coolify Persistence

The uploaded files are cleaned up immediately after conversion, and the converted images are saved in the data/outputs/ directory. Make sure you mount a persistent volume at /app/data in Coolify to ensure outputs persist across deployments.