登录
首页 » PHP » PHPExcel_demo

PHPExcel_demo

于 2014-08-05 发布 文件大小:3KB
0 204
下载积分: 1 下载次数: 3

代码说明:

  php对excel文件进行循环读取 php对字符进行ascii编码转化,将字符转为十进制数 php对excel日期格式读取,并进行显示转化 php对汉字乱码进行编码转化 (PHP cycle to read the excel file PHP the characters ASCII code conversion, the character to a decimal number PHP on Excel date format to read, and display transformation PHP on Chinese characters garbled code conversion)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 商易网络建站公司整站源码
    商易网络建站公司整站源码
    2023-04-29 19:45:06下载
    积分:1
  • insertVideo
    基于kindeditor编辑器的加入ckplayer网页播放器的插件(Based kindeditor editor to join ckplayer web player plugin)
    2020-11-29 20:39:29下载
    积分:1
  • TopSales
    本文介绍的是一个在线图书销售系统,用asp语言进行描述。(This article describes an online book sales system, the language used to describe asp.)
    2008-07-04 10:44:11下载
    积分:1
  • xiaoshengdz_v1.2
    淘宝客打折系统,集成了jssdk模块,增加了seo优化功能,更有利于搜索引擎收录 1程序上传到服务器空间 2开启服务器 3打开安装地址:http://您的域名/install.php 4如果不能安装请确保数据库里的表全部删除 5进入后台地址:http://您的域名/main.php 默认用户名和密码都是admin 6测试数据时可以导入 test文件夹里的test.sql文件 到数据库,或者自己到采集功能下进行采集 更新windows iis静态地址转发问题 修复安装页因平台不同报连接问题 增加了logo图片上传功能 增加了数据库不存在自动创建功能 修复某些情况下采集500错误 (Taobao customer discount system, integrated jssdk modules, seo optimization features, more conducive to search engine included a program is uploaded to the server space 2 turn on the server to open the installation address: http:// your domain/install.php 4 if you can not installation please ensure that the database table to delete all 5 into the background address: http:// domain/main.php default username and password are admin 6 test data can be imported the test folder test.sql file to the database, or own acquisition functions collection update windows iis static address forwarding problem repair installation page due to different platforms reported connection problems increase the logo image upload feature to increase the database does not exist automatically create functional repair some cases collected 500 error)
    2020-11-04 16:39:52下载
    积分:1
  • .net一般处理程序(ashx)项目
    全部由一般处理程序完成的.net系统,前台为html页面,通过jquery ajax调用一般处理程序完成增删改查各项功能,数据库为sqlserver,内含数据库文件,三层架构,部分采用工厂模式
    2022-07-06 11:07:34下载
    积分:1
  • HTML5-2黑色扁平化汽车响应式整站模板源码分享
    应用背景HTML5-2黑色扁平化汽车响应式整站模板源码分享:在这个HTML5很火的时代,拥有这套案例魔板代码,比什么都重要!还等什么赶快下载吧! 关键技术 这是本人网上寻找到的HTML5黑色扁平化汽车响应式整站模板源码分享例,主要运用到了一下知识: 1、HTML5; 2、css3; 3、ajax+jQuery验证 4、等等
    2022-06-22 01:45:53下载
    积分:1
  • 雅黑科技PHP探针
    说明:  可以实时查看服务器硬盘资源、内存占用、网卡流量、系统负载、服务器时间等信息(Real-time view of server hard disk resources, memory usage, network card traffic, system load, server time, etc.)
    2019-03-06 21:59:33下载
    积分:1
  • jsp学生宿舍管理系统(源码+数据库+截图)
    学生宿舍管理系统源码加数据库
    2019-06-16下载
    积分:1
  • 问答系统
    Tipask问答系统是一款开放源码的PHP问答程序。基于自主MVC框架开发,容易扩展,具有强大的负载能力,完全可以满足政府机构、教育机构、事业单位、商业企业、个人站长使用。
    2022-04-21 06:14:42下载
    积分:1
  • FrCapture-master
    说明:  ## 视频截图工具 可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。 ## 使用 ### 简单使用 主要文件: ``` <script src="poster.js"></script> ``` 在视频预览界面调用: ``` poster($('video')[0],function(e){ //console.log(e); if(e.bool){ //输出文件对象 var blob=e.data;//返回的是blob对象 console.log(blob); p.src=window.URL.createObjectURL(e.data);//创建一个临时预览路径 } }); ``` ### 使用extendvideo.js `extendvideo.js`与`poster.js`不同的是前者会在引入它的页面里每个`video`标签里增加一个`getPoster()`方法 。 用法: ``` var blob=$('video')[0].getPoster();//返回图片blob对象 ``` ## 原理 此视频截图工具,采用了canvas绘图函数实现video图片截取,产生base64编码图片信息,再通过转blob。 你的浏览器需要支持`HTML5`(### simple to use Main documents: . <script src= "poster.js" ></script> . Call on the video preview interface: . Poster ($('video') [0], function (E) {) //console.log (E); If (e.bool) { / / output file object Var blob=e.data; / / return is blob Console.log (BLOB); P.src=window.URL.createObjectURL (e.data); / / create a temporary preview path } }); . The use of extendvideo.js ### The difference between `extendvideo.js` and `poster.js` is that the former adds a `getPoster () method to each `video` tag in the page that is introduced to it. . Usage: . Var blob=$('video') [0].getPoster (BLOB); / / return picture object . ## principle This video capture tool uses a canvas drawing function to intercept video pictures, generate Base64 coded picture information, and then transfer blob. ## compatibility Your browser needs to support `HTML5`)
    2018-01-16 10:49:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载