sales-data.xlsx の売上列を計算して埋めて #32
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
リポジトリの
sales-data.xlsxに売上データがあります。「売上」列(D列)が空欄になっているので、「個数 × 単価」で計算した値を入れてください。
また、最終行に合計行を追加してください。
python3 + openpyxl で Excel ファイルを直接編集し、上書き保存してください。
❓ 確認事項
output/ にファイルがないため、空欄処理の修正コードを作成して process に差し戻す。