本文介绍了使用javascript编辑excelsheet的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我想阅读完整的excelsheet并搜索特定的单词并根据该搜索词编辑特定的单元格值。这在c#中很容易,但我的问题是我必须在窗口应用程序(asp.net)中使用Javacript完成上述所有操作。



请帮助我从哪里开始实现这个目标。



注意:不使用

嵌入式Excel工作簿,





提前感谢您。



谢谢

AP

解决方案

Hi All,
I want to read complete excelsheet and search for particular word and edit particular cell value against that search word. This is very easy in c# but my problem is that i have to do all the above using Javacript in window application (asp.net).

Please help me in this from where do i start to achieve this.

Note: Not using

Embedded Excel Workbooks,



Thanking you in advance.

Thanks
AP

解决方案


这篇关于使用javascript编辑excelsheet的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 05:59