What is Sheet to Doc?Sheet to Doc is a powerful document automation tool that can convert Excel spreadsheets, CSV, JSON and other data formats into professional Word documents. It is based on mail merge technology but provides more rich features, such as loop placeholders, conditional placeholders, ...
Extracting rgba value of each pixel of an image
In this blog post, a free online webapp is recommended to extract rgba value of image pixels, and save as a csv file with multiple format options: RGBA(r,g,b,a) format Hexadecimal #RRGGBBAA format Plain numbers comma separated r,g,b,a format Tool Image Pixel Rgba Features Extract RGBA values from...
Convert Excel to JSON within Excel
In this blog post, a free solution for converting Excel to JSON is presented. Excel-to-JSON add-in Excel to JSON is a Microsoft Excel add-in which can convert Excel to JSON. Works with Excel 2016 or higher, or Office 365, or Excel Online Advantage Free No download No installation Load only whe...
How to get data from Cloudflare worker GET/POST requests
Cloudflare workerCloudflare Workers provides a serverless execution environment that allows you to create entirely new applications or augment existing ones without configuring or maintaining infrastructure. Documentation for Cloudflare worker. Cloudflare-worker-request-dataGetting data from Cloudfl...