8000 GitHub - esbozkurt/stocks-update: This project automates updating stock quantities and logging transaction histories from an Excel workbook. Using Python's pandas library, it processes data from multiple sheets, performs stock updates, and logs transaction details into a history sheet. It outputs an updated Excel workbook with all changes applied.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This project automates updating stock quantities and logging transaction histories from an Excel workbook. Using Python's pandas library, it processes data from multiple sheets, performs stock updates, and logs transaction details into a history sheet. It outputs an updated Excel workbook with all changes applied.

License

Notifications You must be signed in to change notification settings

esbozkurt/stocks-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

Update Stock and Cargo Transactions in Excel

Overview

This script automates the management of stock and cargo transaction data stored in an Excel file. It processes the data across multiple sheets, updates stock quantities based on transactions, and appends transaction details to a history log. The output is a new Excel file with the updated information.

Features

Reads and processes data from an Excel workbook containing Stock, Cargo Transactions, and History sheets.

Updates stock quantities in the Stock sheet based on the Cargo Transactions sheet.

Logs transaction details in the History sheet for record-keeping.

Saves all updates to a new Excel workbook.

Requirements

Python 3.7 or higher

Libraries: pandas, openpyxl, xlsxwriter

About

This project automates updating stock quantities and logging transaction histories from an Excel workbook. Using Python's pandas library, it processes data from multiple sheets, performs stock updates, and logs transaction details into a history sheet. It outputs an updated Excel workbook with all changes applied.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0