Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 103,482 for

workbook

(0.36 sec)
  1. Save Specified Worksheets to 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....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.All indicates...

    docs.aspose.com/cells/net/save-specified-worksh...
  2. Find the Root Element Name of XML Map with C++|...

    Learn how to find the root element name of an XML map using Aspose.Cells for C++....file containing an XML Map Workbook wb ( inputFilePath ); // Access...Access the first XML Map in the workbook XmlMap xmap = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/find-the-root-element...
  3. 使用Node.js通过C++将Excel转换为带有工具提示的HTML|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Excel文件转换为HTML格式,并带有工具提示以完整显示文本。...file const workbook = new AsposeCells . Workbook ( path . join...true ); // Save as Markdown workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  4. Working with Borders in Apache POI and Aspose.C...

    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....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/working-with-borders...
  5. Get HTML5 String from Cell with C++|Documentation

    Learn how to get an HTML5 string from a cell using Aspose.Cells for C++ API....following sample code creates a workbook object and adds some text...Startup (); // Create workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/cpp/get-html5-string-from...
  6. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++....Create a workbook. const wb = new AsposeCells . Workbook (); //...TextAlignmentType . Right ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/nodejs-cpp/create-textbox...
  7. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for .NET API....the first worksheet of the workbook (as shown in the figure below)...Aspose.Cells provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/net/creating-subtotals/
  8. Detect Merged Cells in a Worksheet with Node.js...

    Learn how to detect merged cells in a worksheet using Aspose.Cells for Node.js via C++. This article will show you how to use the library to identify and manipulate merged cells....xlsx" ); // Instantiate a new Workbook. // Open an existing Excel...wkBook = new AsposeCells . Workbook ( filePath ); // Get a worksheet...

    docs.aspose.com/cells/nodejs-cpp/detect-merged-...
  9. 使用C++生成条件格式化数据条图片|Documentation

    Aspose.Cells是一个用于操作电子表格文件的C++库。它支持生成条件格式化的数据条和图像,允许用户根据单元格的值自定义电子表格的显示。这篇文章将介绍如何使用Aspose.Cells库生成条件格式化的数据条和图像。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGenerateDataba...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/generate-condition...
  10. Update TSV File using Java | products.aspose.com

    Modify TSV document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....TSV File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/tsv/