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

workbook

(0.04 sec)
  1. Converting Chart to Image in 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....chart_to_image () # Create a new Workbook. workbook = Rjb :: import ( 'com...'com.aspose.cells.Workbook' ) . new # Get the first worksheet....

    docs.aspose.com/cells/java/converting-chart-to-...
  2. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legion for improved visual appeal and data representation....); // Create a workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/custom-slice-or-secto...
  3. 在C++中添加带条件图标集的单元格文本|Documentation

    学习如何使用Aspose.Cells和C++在Excel中在单元格文本旁添加条件图标。...Instantiate a new Workbook Workbook workbook ; // Get the first...worksheet) in the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/add-conditional-ic...
  4. 主轴和副轴练习用C++|Documentation

    了解如何在Aspose.Cells for C++中理解和使用主轴和副轴。我们的指南将帮助您理解主轴和副轴的区别,以及如何有效地配置和使用它们的图表。...Create an instance of Workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/primary-and-second...
  5. Add Borders to Cells in a Worksheet in VSTO and...

    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....Application object(VSTO only) Add a Workbook Get the first sheet Add text...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-borders-to-cells-...
  6. Excel shape text font color is not getting modi...

    I am trying to change the text font of shape in excel document from white to black, it is only changing the first word’s color to black. Please find the attached solution for reproducing this and also suggest how can we …...Instantiate a new Workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.Worksheets[0]; // Add a shape...

    forum.aspose.com/t/excel-shape-text-font-color-...
  7. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-curr...
  8. Support for XAdES Signature|Documentation

    This article describes Support for XAdES Signature using C# codes with Aspose.Cells for Python via .NET....provides supports signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook. Add Digital Signature to...

    docs.aspose.com/cells/python-net/support-for-xa...
  9. 解析Excel表格列数异常 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题现象: 第二个sheet检测出来16000+列,实际没有这么多列 源文件: 2024.11-原材料栾(2.18铁选矿污泥清理) (1).xlsx.zip (287.6 KB) 测试代码: public static void main(String[] args) throws Exception{ FileInputStream fileInputStream = …...excelRow = 10000; Workbook workbook = new Workbook(new ByteArray...Iterator<Worksheet> iterator = workbook.getWorksheets().iterator();...

    forum.aspose.com/t/excel/310744
  10. 在 xlsx4j 中在电子表格中添加评论|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 Workbook workbook = new Workbook (); //Adding...to the Workbook object Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/add-comments-in-s...