From 37c84ba99debb3e9c1be59257a3e1dbd500201ad Mon Sep 17 00:00:00 2001 From: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:57:37 +0100 Subject: [PATCH] Add NEWS bullet --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index cf962be..32fbbcd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # xlcutter (development version) +* `xlsx_cutter()` internal loop won't be interrupted in case a file can't be + parsed. This avoid loosing potentially hours of computation when one of the + last files fails and made the entire function crash. All parsing issues are + now returned as warnings at the end (#13, @Bisaloo). + # xlcutter 0.1.1 * `xlsx_cutter()` no longer fails when reading excel files with comments on