We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invoicefile.pyのExcelinvoice読み取り機能は、ExcelInvoiceFile.readとread_excelinvoiceは重複しているので、read_excelinvoiceを削除する。
invoicefile.py
ExcelInvoiceFile.read
read_excelinvoice
def read_excelinvoice(excelinvoice_filepath: RdeFsPath) -> tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame]: ... class ExcelInvoiceFile: ... def read(slef, ...):
read_excelinvoiceは使用している箇所があるため注意。
The text was updated successfully, but these errors were encountered:
sonoh5n
No branches or pull requests
内容
invoicefile.py
のExcelinvoice読み取り機能は、ExcelInvoiceFile.read
とread_excelinvoice
は重複しているので、read_excelinvoice
を削除する。注意
read_excelinvoice
は使用している箇所があるため注意。The text was updated successfully, but these errors were encountered: