Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 161,045 for

workbook

(0.1 sec)
  1. Disable Compatibility Checker in Excel|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... When you save a workbook in a previous version, Excel...Compatibility Checker scans the workbook to see if it contains features...

    docs.aspose.com/cells/java/disable-compatibilit...
  2. Too many blank pages after converting xlsx to p...

    We try converting Excel file to pdf using Aspose.Cells. But it takes about 40 seconds and after converting we get a pdf file that contains a lot of blank pages. We use this code: Workbook Workbook = new Workbook(@"C:\te…...use this code: Workbook workbook = new Workbook(@"C:\test\Template_Excel...plate_Excel.xlsx"); workbook.Save(@"C:\test\Template_Excel.pdf");...

    forum.aspose.com/t/too-many-blank-pages-after-c...
  3. 使用Aspose.Cells创建数据透视表图表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Instantiating an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/zh/java/create-pivot-char...
  4. Update XLTX File using .NET | products.aspose.com

    Modify XLTX documents in C# VB.NET applications without using Microsoft Excel....NET Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/net/update/xltx/
  5. 使用Aspose.Cells将电子表格转换为PDF|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Java Workbook workbook = new Workbook ( "workbook.xls" );...the document in PDF format workbook . save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/zh/java/convert-spreadshe...
  6. Hiding and Showing Rows and Columns in Ruby|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  7. Want to Add Excel as Embedded OLE According to ...

    Hi! Aspose Team, I have the requirement where I want to add the Excel as Embedded OLE object in ppt, according to the nos of columns in the middle of slides. Image should not show the empty spaces, it should occupy siz…...Create a workbook Workbook workbook = new Workbook(dataDir+"Example...11; Worksheet dataSheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/want-to-add-excel-as-embedde...
  8. How to Add Digital Signature in Excel using C#

    This tutorial provides you information how to add digital signature in Excel using C#. You will get the configuration resources, stepwise approach to create and insert electronic signature in excel using C# and a complete runnable sample code to demonstrate this feature....Load an existing workbook or create a new workbook with sample data...data in it using the Workbook object Instantiate a collection...

    kb.aspose.com/cells/net/how-to-add-digital-sign...
  9. Save | Aspose.Cells for .NET API 参考

    将工作簿保存到磁盘...也可以看看 enum SaveFormat class Workbook 命名空间 Aspose.Cells 部件 Aspose...fileName String 也可以看看 class Workbook 命名空间 Aspose.Cells 部件 Aspose...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  10. 创建命名区域|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Create a new Workbook Excel . Workbook wb = xl . Workbooks . Add (...Value , "Test" ); } //Save New Workbook wb . SaveCopyAs ( "C:\\Test_Range...

    docs.aspose.com/cells/zh/net/creating-a-named-r...