承接 ajenguianis/easy-file-parser 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ajenguianis/easy-file-parser

最新稳定版本:v1.3.0

Composer 安装命令:

composer require ajenguianis/easy-file-parser

包简介

Library to parse easily csv, xlsx and txt files.

README 文档

README

License Latest Release Total Downloads Latest Unstable Version PHP Version

The EasyFileParser PHP library simplifies the process of parsing various file formats, including TXT, XLSX, and CSV. It offers a collection of reusable code components that streamline data extraction and manipulation from these file types, making it an essential tool for data processing tasks.

Features

  • Seamless parsing of TXT, XLSX, and CSV files.
  • Reusable code components for efficient data extraction.
  • Simplified integration into your PHP projects.
  • Enhance your data processing capabilities with minimal effort.

Getting Started

To get started with our library, you can install it via Composer:

     composer require ajenguianis/easy-file-parser

Usage

Load file

Detect parser by extension and parse file:

    $parser= new Parser($path);
    $parser->parse($path, $mode); mode is mondatory only if csv file

Set header index

    $parser->setHeaderOffset(0);

Set delimiter

    $parser->setDelimiter(';');

Get rows

	$params=[
      'offset'=>0,
	  'limit'=>10
	];

	#if xlsx file
	
	$params=[
	  'sheetName'=>'import',
      'offset'=>0,
	  'limit'=>10
	];
	
    If you need all records set limit to null
	
   $parser->getRecords($params);

统计信息

  • 总下载量: 15
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-10-31

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固