Skip to content

chore(openpyxl): don't set `read_only=True` while reading an excel file by akhilnarang [frappe] PR#26372

Bot Dokos requested to merge ft-pr-26372 into develop

From: https://github.com/frappe/frappe/pull/26372
Date: 2024-05-08 11:42:07+05:30

  • chore(openpyxl): don't set read_only=True while reading an excel file



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26372

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26372

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports