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

workbook

(0.11 sec)
  1. Rotating Cell Text in VSTO and Aspose.Cells|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....following steps: Create a workbook and get a worksheet. Add samples...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/rotating-cell-text-in...
  2. 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...
  3. 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...
  4. 使用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...
  5. 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...
  6. 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/...
  7. 创建命名区域|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...
  8. 使用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...
  9. Aspose::Cells::WorksheetCollection::GetCustomDo...

    Aspose::Cells::WorksheetCollection::GetCustomDocumentProperties method. Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet in C++....Cells :: Startup (); Workbook workbook ; workbook . GetWorksheets...

    reference.aspose.com/cells/cpp/aspose.cells/wor...
  10. 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...