Skip to content

seikaikyo/Excel-Format-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Excel Format Validator

Description

This Streamlit application validates the format of data in Excel files based on predefined rules in the first row of the file. It checks for the correct length and character restrictions of the data entries.

How to Use

  1. Launch the application.
  2. Upload an Excel file.
  3. The application displays the file name being validated.
  4. It shows the validation rules and progresses through the data.
  5. Errors will be displayed if any mismatches are found.

Requirements

  • Python 3.7 or later
  • Streamlit
  • Pandas

Installation

Install the required packages: ```bash pip install streamlit pandas ``` Run the application: ```bash streamlit run app.py ```


Excelフォーマットバリデーター

説明

このStreamlitアプリケーションは、ファイルの最初の行に事前定義されたルールに基づいてExcelファイル内のデータのフォーマットを検証します。データエントリの正しい長さと文字制限をチェックします。

使用方法

  1. アプリケーションを起動します。
  2. Excelファイルをアップロードします。
  3. 検証中のファイル名が表示されます。
  4. 検証ルールとデータの進行状況が表示されます。
  5. 不一致が見つかった場合、エラーが表示されます。

必要条件

  • Python 3.7 以上
  • Streamlit
  • Pandas

インストール

必要なパッケージをインストールします: ```bash pip install streamlit pandas ``` アプリケーションを実行します: ```bash streamlit run app.py ```


Excel 格式驗證器

描述

這個 Streamlit 應用程式根據文件第一行的預定義規則驗證 Excel 文件中的數據格式。它檢查數據條目的正確長度和字符限制。

使用方法

  1. 啟動應用程式。
  2. 上傳 Excel 文件。
  3. 應用程式顯示正在驗證的檔案名稱。
  4. 顯示驗證規則並進行數據處理。
  5. 如果發現任何不匹配,將顯示錯誤。

要求

  • Python 3.7 或更高版本
  • Streamlit
  • Pandas

安裝

安裝所需的套件: ```bash pip install streamlit pandas ``` 運行應用程式: ```bash streamlit run app.py ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages