随笔分类 -  jexcel

摘要:1. excel导入到页面_模板.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="excel导入到页面_模板.aspx.cs" Inherits="excel导入到页面_模板" %> <!DOCTYPE html> <html 阅读全文
posted @ 2023-12-07 16:02 AutomationAnywhere 阅读(147) 评论(0) 推荐(0) 编辑
摘要:1. 修改页面后,点刷新,数据没有存入数据库? 1.1 *.ashx文档中存在错误代码(红色标识) 1.2 *.aspx文档中存在没有实现的函数,只有调用方法(需要逐步弹窗确认,卡在哪一行代码) 2. jexcel数据表没有出现? 2.1 javascript中changed事件必须写在jsprea 阅读全文
posted @ 2023-11-21 11:10 AutomationAnywhere 阅读(16) 评论(0) 推荐(0) 编辑
摘要:1. 固定数据的jexcel框架 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="web_page_ssc_test" %> <!DOCTYPE html> <html xmlns="ht 阅读全文
posted @ 2023-06-14 11:13 AutomationAnywhere 阅读(538) 评论(0) 推荐(0) 编辑
摘要:写在*.aspx中 1 //增加行 OK 2 var addRow = function () { 3 var fieldName = "type"; //字段名 4 var modifyValue = "请输入"; //值 5 //var tempConfirm = confirm("modify 阅读全文
posted @ 2023-06-14 11:11 AutomationAnywhere 阅读(34) 评论(0) 推荐(0) 编辑
摘要:写在*.aspx中 1 //删除行 OK 2 var myDeleteRow = function () { 3 var DBID = document.getElementById("my_textbox").value; 4 //var tempConfirm = confirm("DBID为: 阅读全文
posted @ 2023-06-14 11:09 AutomationAnywhere 阅读(30) 评论(0) 推荐(0) 编辑
摘要:aspx文件 1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="有效代码_修改单元格并同步数据库.aspx.cs" Inherits="web_page_ssc_有效代码_刷新" %> 2 3 <!DOCTYPE html> 4 5 阅读全文
posted @ 2023-06-01 16:59 AutomationAnywhere 阅读(53) 评论(0) 推荐(0) 编辑
摘要:jexcel_将excel数据导入到页面<1> 还需解决的课题:下载jszip.js和xlsx.js <%@ Page Language="C#" AutoEventWireup="true" CodeFile="有效代码_将excel数据导入到网页.aspx.cs" Inherits="Defau 阅读全文
posted @ 2023-05-05 11:46 AutomationAnywhere 阅读(104) 评论(0) 推荐(0) 编辑
摘要:页面表格文件 homePage.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="homePage.aspx.cs" Inherits="homePage" %> <!DOCTYPE html> <html xmlns="htt 阅读全文
posted @ 2023-04-20 16:10 AutomationAnywhere 阅读(225) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示