All Projects → nulastudio → EPPlus4PHP

nulastudio / EPPlus4PHP

Licence: other
an easy-to-use excel library for php project which is compiled with peachpie. NOT FOR THE COMMON PHP PROJECT!

Programming Languages

C#
18002 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to EPPlus4PHP

Epplus
EPPlus 5-Excel spreadsheets for .NET
Stars: ✭ 693 (+4520%)
Mutual labels:  excel, spreadsheet, netcore, netstandard
Epplus
Create advanced Excel spreadsheets using .NET
Stars: ✭ 3,532 (+23446.67%)
Mutual labels:  excel, spreadsheet, ooxml
Unioffice
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
Stars: ✭ 3,111 (+20640%)
Mutual labels:  excel, spreadsheet, ooxml
Excelize
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
Stars: ✭ 10,286 (+68473.33%)
Mutual labels:  excel, spreadsheet, ooxml
fast-formula-parser
Parse and evaluate MS Excel formula in javascript.
Stars: ✭ 341 (+2173.33%)
Mutual labels:  excel, spreadsheet
ExcelFormulaBeautifier
Excel Formula Beautifer,make Excel formulas more easy to read,Excel公式格式化/美化,将Excel公式转为易读的排版
Stars: ✭ 27 (+80%)
Mutual labels:  excel, spreadsheet
ActiveLogin.Identity
Parsing and validation of Swedish identities such as Personal Identity Number (svenskt personnummer) in .NET.
Stars: ✭ 51 (+240%)
Mutual labels:  netcore, netstandard
Cosmos.Identity
A Cosmos storage provider for ASP.NET Core Identity.
Stars: ✭ 26 (+73.33%)
Mutual labels:  netcore, netstandard
AlphaVantage.Net
.Net client library for Alpha Vantage API
Stars: ✭ 65 (+333.33%)
Mutual labels:  netcore, netstandard
dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
Stars: ✭ 865 (+5666.67%)
Mutual labels:  netcore, netstandard
onvif-discovery
C# .NetStandard 2.0 library to discover ONVIF compliant devices
Stars: ✭ 29 (+93.33%)
Mutual labels:  netcore, netstandard
BulkPDF
BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required.
Stars: ✭ 94 (+526.67%)
Mutual labels:  excel, spreadsheet
umya-spreadsheet
A pure rust library for reading and writing spreadsheet files
Stars: ✭ 79 (+426.67%)
Mutual labels:  excel, spreadsheet
XToolset
Typed import, and export XLSX spreadsheet to JS / TS. Template-based create, render, and export data into excel files.
Stars: ✭ 110 (+633.33%)
Mutual labels:  excel, spreadsheet
Excel2Object
excel convert to .NET Object | Excel与.NET 对象进行转换,支持公式、多Sheet等功能
Stars: ✭ 35 (+133.33%)
Mutual labels:  excel, netcore
MyDAL
The fastest and best ORM lite on C# for MySQL ! -- 友好, 轻量, 极致性能, 无任何第三方依赖, 持续演进~~
Stars: ✭ 32 (+113.33%)
Mutual labels:  netcore, netstandard
fxl.js
ƛ fxl.js is a data-oriented JavaScript spreadsheet library. It provides a way to build spreadsheets using modular, lego-like blocks.
Stars: ✭ 27 (+80%)
Mutual labels:  excel, spreadsheet
react-gridsheet
React component like SpreadSheet
Stars: ✭ 121 (+706.67%)
Mutual labels:  excel, spreadsheet
DotNetDynamicInjector
💉 Dynamically reference external dlls without the need to add them to the project. Leave your project with low dependency and allowing specific dlls according to your business rule or database parameters.
Stars: ✭ 18 (+20%)
Mutual labels:  netcore, netstandard
AvroConvert
Apache Avro serializer for .NET
Stars: ✭ 44 (+193.33%)
Mutual labels:  netcore, netstandard

EPPlus4PHP

EPPlus4PHP是什么

EPPlus4PHP是一个使用Peachpie编译的PHP类库,旨在给使用Peachpie编写的PHP项目操作Excel文档。EPPlus4PHP并不适用于常规的PHP项目,仅适用于Peachpie项目。

EPPlus4PHP和EPPlus的关系

EPPlus4PHP内部封装使用了EPPlus,仅此而已。

EPPlus4PHP能做什么

  • 文档
    • 保存
    • 另存为
  • 工作表
    • 创建
    • 删除
    • 自动创建(不存在时,仅针对表名索引)
    • 移动
  • 单元格定位
    • 单选
    • 列选
      • 简易格式
    • 行选
      • 数字索引格式
    • 窗选/框选
    • 多选
    • 全选
    • 工作区
  • 数据读写
    • 加入数据行
    • 加入数据列
    • 插入数据行
    • 插入数据列
  • 样式
    • 字体
      • 字号
      • 颜色
      • 加粗
      • 斜体
      • 下划线
      • 字体外部加载
    • 填充
      • 背景颜色
      • 图案样式
      • 渐变颜色
    • 边框
    • 单元格合并
    • 对齐
      • 水平对齐
      • 垂直对齐
  • 数字格式
  • 条件格式
  • 数据验证
  • 备注
    • 富文本
  • 公式
  • 图表
  • 加密保护
    • 加密
    • 保护
  • VBA
  • 更多

EPPlus4PHP的优势

  1. 简单易用易上手
  2. 良好的文档支持
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].