Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 102,503 for

workbook

(0.22 sec)
  1. Print Comments while saving to PDF with C++|Doc...

    Learn how to print comments while saving Excel files to PDF using Aspose.Cells for C++....Create a workbook from source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/print-comments-while-...
  2. Delete Ranges from Excel with C++|Documentation

    Learn how to delete ranges in Excel using Aspose.Cells with C++....Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/cpp/delete-ranges-from-ex...
  3. 用JavaScript通过C++设置预设的WordArt样式到形状的文本|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将预设的WordArt样式设置到形状的文本..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...'result' ); // Create a new workbook (original JavaScript code...

    docs.aspose.com/cells/zh/javascript-cpp/set-pre...
  4. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...
  5. 使用JavaScript通过C++为图表设置数据源|Documentation

    了解Aspose.Cells for Java脚本通过C++支持的各种数据源。我们的指南将带你了解可用的不同类型数据源,并示范如何连接和检索数据以填充你的工作表。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a new Workbook const workbook = new Workbook (); // Adding...

    docs.aspose.com/cells/zh/javascript-cpp/data-fo...
  6. Manage Chart Workbooks in Presentations Using J...

    Discover Aspose.Slides for Node.js via Java: effortlessly manage chart Workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....Manage Chart Workbooks in Presentations Using JavaScript Contents...Hide ] Set Chart Data from Workbook Aspose.Slides provides the...

    docs.aspose.com/slides/nodejs-java/chart-workbook/
  7. 在Ruby中管理文档属性|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 a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/managing-document...
  8. 在Python中进行分页预览|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.... Python 代码 workbook = self . Workbook ( self . dataDir...worksheet to the Workbook object worksheets = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/page-break-previe...
  9. Image are not added to the document - Free Supp...

    Hello everyone, I need to add an image to a .xlsx file. An image in .png format with a size of 150x150 pixels I tried several methods, but without success: Method 1. According to the published documentation here Mo…...xlsx"; Workbook workbook = new Workbook(); WorksheetCollection...WorksheetCollection worksheets = workbook.Worksheets; Worksheet worksheet...

    forum.aspose.com/t/image-are-not-added-to-the-d...
  10. Add Data in Cells|Documentation

    This article explains how to add data in cells using Aspose.Cells for .NET APIs....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/net/add-data-in-cells/