Skip to content

sssEgor/excel_to_php_array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel to PHP Serialized Array Converter

This script converts Excel files containing translation data into a PHP serialized array. It is designed to simplify the process of converting translation data stored in Excel to a format compatible with PHP.

Usage

  1. Install the required dependencies:

    pip install -r requirements.txt
    
  2. Run the script:

    python app.py
    
  3. The script will prompt you to enter the path to your Excel file. The serialized PHP array will be printed to the console.

Requirements

Python 3.x, pandas

Contributing

Feel free to contribute to the project by opening issues or submitting pull requests.

Step-by-Step Guide

Follow these steps to convert an Excel file to a PHP serialized array:

  1. File selection: Select the exsel file format.

    • Step 1

    The file must contain "Key", "Language", "Value" columns.

    • Step 1.2
  2. Conversion: Click "Upload" to convert the file.

    • Step 2

    Receive transfers in the format we need

    • Step 2.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published