Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 82,029 for

workbook

(0.12 sec)
  1. 使用内置文档属性指定Excel文件的语言(Node.js via C++)|Documenta...

    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 workbook object. const wb = new AsposeCells . Workbook ();..."German, French" ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-the...
  2. 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...
  3. Read Color of Shape's Glow Effect with Node.js ...

    Learn how to read the color of a shape's glow effect using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-color-of-...
  4. 使用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...
  5. 使用ImageOrPrint选项和C++将工作表转换为图像|Documentation

    了解如何使用Aspose.Cells和C++将工作表转换为图像文件,并应用不同的图像和打印选项。...02_OutputDirectory \\ " ); Workbook book ( srcDir + u "sampleWorksheetToAnI..."sampleSpecificPagesT.xlsx" ; Workbook workbook ( inputPath ); WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/converting-workshe...
  6. Detect Hyperlink Type with C++|Documentation

    Learn how to detect hyperlink type through the Aspose.Cells for C++ API....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "LinkTypes...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/detect-hyperlink-type/
  7. Assign and Validate Digital Signatures|Document...

    Excel file digital signature, verification. To protect the authenticity of a Workbook's content of Excel file, you can add a digital signature using C# codes with Aspose.Cells for .Net....provides assurance that a workbook file is valid and no one has...you must attach it to your workbook. Attaching a digital signature...

    docs.aspose.com/cells/java/assign-and-validate-...
  8. 使用C++在将文档转换为PDF时导出结构|Documentation

    了解如何在使用Aspose.Cells将文档转换为PDF时导出结构信息。... Workbook workbook ( u "document-structure-example...PDF file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/export-document-st...
  9. 用C++改变Excel文本框或形状的字符间距|Documentation

    学习如何用Aspose.Cells和C++改变Excel文本框或形状的字符间距。...excel file inside a workbook object Workbook wb ( srcDir + u "...SetSpacing ( 4 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/change-character-s...
  10. How to Convert HTML to PDF with Node.js via C++...

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.Cells for Node.js via C++.... Initialize Workbook object. Save output PDF document...document by calling Workbook.save() method. const AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/convert-html-t...