diff --git a/CHANGELOG.md b/CHANGELOG.md index 4925282c..7535833a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [v0.11.8](https://github.com/JuliaData/XLSX.jl/tree/v0.11.8) - 2026-05-15 - add `dependabot` support ([#130](https://github.com/JuliaData/XLSX.jl/issues/130)) - add ability to read native template (`.xltx`) files ([#293](https://github.com/JuliaData/XLSX.jl/issues/293)) - add `getDefinedNames` to mirror `addDefinedName` diff --git a/Project.toml b/Project.toml index 24fabedc..3fa6279a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "XLSX" uuid = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0" license = "MIT" -version = "0.11.7" +version = "0.11.8" authors = ["Felipe Noronha "] repo = "https://github.com/juliadata/XLSX.jl.git" diff --git a/src/images.jl b/src/images.jl index 356f4bad..37b0e35c 100644 --- a/src/images.jl +++ b/src/images.jl @@ -109,8 +109,9 @@ Supported formats (auto-detected): PNG, JPEG, GIF. # Keyword Arguments -- `size`: provide the desired size of the image as a tuple of integers: `(width_px, height_px)`. If `nothing` (default), -the image's native pixel size is used. Ignored if `ref` is a cell range. Actual size will snap to the nearest cell boundaries. +- `size`: provide the desired size of the image as a tuple of integers: `(width_px, height_px)`. +If `nothing` (default), the image's native pixel size is used. Ignored if `ref` is a cell range. +Actual size will snap to the nearest cell boundaries. # Return Value