Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 87,329 for

workbook

(0.06 sec)
  1. Supported File Formats|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....0 - 2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel Macro-Enabled Workbook. XLT Excel...

    docs.aspose.com/cells/go-cpp/supported-file-for...
  2. 旋转单元格文本|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....ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/rotating-cell-text/
  3. Getting Started|Documentation

    How to install Aspose Cells for Go via C++ and create a Hello World application...."YOUR_LICENSE_File_PATH" ) workbook , _ := NewWorkbook () worksheets...worksheets , _ := workbook . GetWorksheets () worksheet , _ := worksheets...

    docs.aspose.com/cells/go-cpp/getting-started/
  4. Some images resized during PDF conversion - Fre...

    Hello, Please take a look at the ‘B Face’ image. Not sure how it’s different from others, but it wasn’t converted correctly. We use default options for conversion, but let me know if we need to change that: using (var…...using (var workbook = new Workbook(inputStream)) { workbook.Save(outputStream...

    forum.aspose.com/t/some-images-resized-during-p...
  5. Getting started|Documentation

    setup Aspose.Cells for javascript via C++ and installation guidelines...."text/javascript" > const { Workbook , FileFormatType , SaveFormat...then (() => { var workbook = new Workbook ( FileFormatType ....

    docs.aspose.com/cells/javascript-cpp/getting-st...
  6. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for Node.js via C++....Create a workbook. const wb = new AsposeCells . Workbook (); //..., 5 , opts ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/nodejs-cpp/convert-text-t...
  7. 使用C++设置数据透视表选项——空单元格显示|Documentation

    学习如何在使用Aspose.Cells的C++中设置数据透视表中的“空单元格显示”选项。...xlsx" ; // Create workbook Workbook wb ( inputFilePath );...SetRefreshDataOnOpen ( false ); // Save the workbook wb . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/setting-pivot-tabl...
  8. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize Sheet.SheetId property of OpenXml using Excel manipulation C++ API or Library programmatically....property and its value inside workbook.xml as shown in the following...// Load source Excel file Workbook wb ( u "sampleSheetId.xlsx"...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  9. How to Install Aspose.Cells for Go via C++ Usin...

    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...."YOUR_LICENSE_File_PATH" ) workbook , _ := NewWorkbook () worksheets...worksheets , _ := workbook . GetWorksheets () worksheet , _ := worksheets...

    docs.aspose.com/cells/go-cpp/how-to-install-asp...
  10. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of Excel worksheet Page Setup settings using the C++ Library and API. You can set the headers and footers for the first page, odd pages, and even pages....Startup (); // Create a new workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/cpp/setting-different-hea...