尧图网站建设 尧图网络
  • 首页
  • 关于我们
  • 服务项目
  • 案例展示
  • 建站流程
  • 资讯中心
  • 联系我们
首页/资讯中心/详情

CSharp: Aspose.Cells 8.3.0 web excel Viewer

CSharp: Aspose.Cells 8.3.0  web excel Viewer
📅 发布时间:2026/6/20 4:26:38

 

 

GroupDocsXslViewer

GroupDocs.Viewer
Supported formats
Word: DOCX, DOC, ODT, RTF, TXT.
PowerPoint: PPTX, PPT, ODP.
Excel: XLSX, XLS, ODS, Numbers, CSV.
Fixed Page Layout: PDF, XPS.
Graphics: CDR, DCM, AI, PSD.
Email: MSG, EML, VCF.
Diagrams: VSDX, VSD.
Web: HTML, MHTML, CHM, JSON, XML.
Other file formats: E-books, archives, Project
https://products.groupdocs.com/viewer/net/excel/


IronXL is a powerful .NET library that provides a plethora of functionalities related to Excel operations. It offers a simplified API that lets .NET developers write, manipulate, and read Excel documents in various file formats including XLS, XLSX, CSV, and more.

https://github.com/ExcelDataReader/ExcelDataReader
https://github.com/GrapeCity/DsExcel
https://blog.aspose.com/cells/view-excel-files-in-asp-net-mvc-csharp-excel-viewer/

 

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;namespace HighCharts
{/// <summary>/// /// </summary>public partial class asposecellexcelcoverthtml : System.Web.UI.Page{/// <summary>/// geovindu, Geovin Du,塗聚文,涂聚文/// </summary>/// <param name="sender"></param>/// <param name="e"></param>protected void Page_Load(object sender, EventArgs e){if(!IsPostBack){// The path to the documents directory.string dataDir = Server.MapPath("~") + "/";//Load your source Excel fileAspose.Cells.Workbook workbook = new Aspose.Cells.Workbook(dataDir + "天然气.xlsx");//Define HtmlSaveOptions with various propertiesAspose.Cells.HtmlSaveOptions options = new Aspose.Cells.HtmlSaveOptions();// options.ExportActiveWorksheetOnly = true;// options.ExportImagesAsBase64 = true;// 关键修改:设置为false以导出所有工作表,而不仅仅是活动工作表options.ExportActiveWorksheetOnly = false;options.ExportImagesAsBase64 = true;//options.PicturesCompression = 100;//options.ExportCellAutoFitProperty = true;// options.ExportGridLines = true;// options.ExportHeadings = true;// options.MergedCellsHandling = Aspose.Cells.HtmlMergingCellsHandling.PromoteToParent;//options.CssStyleType = Aspose.Cells.HtmlCssStyleType.Inline;//Save the file in HTML formatworkbook.Save(dataDir + "ExcelToHtml.html", options);//Launch the HTML file in default associated application (web browser)Response.Redirect("ExcelToHtml.html");}}}
}

  

image

 

哲学管理(学)人生, 文学艺术生活, 自动(计算机学)物理(学)工作, 生物(学)化学逆境, 历史(学)测绘(学)时间, 经济(学)数学金钱(理财), 心理(学)医学情绪, 诗词美容情感, 美学建筑(学)家园, 解构建构(分析)整合学习, 智商情商(IQ、EQ)运筹(学)生存.---Geovin Du(涂聚文)

相关新闻

  • 【springboot的分页功能TableDataInfo,有时候需要艰难的分页实现,怎么办呢?】
  • PHP 15 个高效开发的小技巧
  • AI元人文构想研究:人类拥抱AI的文明新范式

最新新闻

  • NXP Vybrid异构双核MCU实战:Cortex-A5+M4架构解析与嵌入式系统设计
  • FigmaToCode终极指南:将设计秒变生产级代码的完整方案
  • 嵌入式GUI颜色管理:从逻辑颜色到物理显示的emWin实战指南
  • 求推荐福州注册公司机构?2026热门问题汇总 - 资讯速览
  • MPC8641D双核SoC:嵌入式网络设计的集成化与多核编程实战
  • 6月西安奢侈品回收,闲置奢侈品包包手表首饰变现前先看看这篇 - 钦扬网络

日新闻

  • 信任的进化:技术实现详解——如何用JavaScript构建博弈论模拟器
  • Terrakube自定义工作流:如何集成OPA、Infracost等工具扩展IaC能力
  • grunt-concurrent快速入门:5分钟学会并行运行Grunt任务

周新闻

  • 3步解锁iOS设备:applera1n激活锁绕过完全指南
  • 39 2026 人工智能证书终极盘点,普通人选 AI 证书可以从这些方向入手
  • Redis 暴露公网有多危险?从端口检查到补救步骤

月新闻

  • 【总结】入门篇:50句话让你记住架构核心概念
  • WeChatMsg技术方案解析:实现Mac微信数据自主管理的完整解决方案
  • WeChatMsg:革新性微信数据备份方案,打造你的专属数字记忆库

关于尧图

  • 公司简介
  • 团队介绍
  • 企业文化
  • 荣誉资质

服务项目

  • 定制开发
  • 电商建站
  • UI 设计
  • 运维服务

快速链接

  • 案例展示
  • 建站流程
  • 常见问题
  • 资讯中心

联系方式

  • 📍北京市朝阳区互联网产业园 A 座 10 层
  • 📞400-888-8888
  • ✉️contact@rkmt.cn
  • 🕐周一至周日 9:00-21:00

© 2024 北京尧图网络科技有限公司 版权所有 | 京 ICP 备 XXXXXXXX 号