Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 27,074 for

excel worksheet

(0.15 sec)
  1. 用C++确定图表中存在的轴|Documentation

    了解如何确定使用Aspose.Cells for C++创建的图表中存在的轴。我们的指南将帮助您理解如何识别和访问图表中的不同轴,包括类别轴、数值轴和次轴。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access the chart Chart chart = worksheet . GetCharts (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/determine-which-ax...
  2. Primary and Secondary Axis|Documentation

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for Python via .NET. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....Secondary Axis like Microsoft Excel Please see the following sample...sample code that creates a new Excel file and puts the values of...

    docs.aspose.com/cells/python-net/primary-and-se...
  3. Working with the Shadow Effect of Shape or Char...

    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....sample code loads the source Excel file , accesses the first shape...shape in the first worksheet, sets the sub-properties of the Shape...

    docs.aspose.com/cells/python-net/working-with-t...
  4. Render Sequence of Pages using PageIndex and Pa...

    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....a sequence of pages of your Excel file to images using Aspose...thousands of pages in your worksheet but you want to render some...

    docs.aspose.com/cells/java/render-sequence-of-p...
  5. 工作表缩放的可行解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。...Aspose 组件嵌入到 PowerPoint 演示文稿中的 Excel 工作表作为 OLE 对象,在首次激活后会被调整为未知的比例。此行为导致...图像的 OLE 对象框时,会激活 Excel 工作簿。最终用户可以对实际的 Excel 工作簿进行任何所需的更改,然后通过单击已激活的...

    docs.aspose.com/slides/zh/androidjava/working-s...
  6. 使用Aspose.Cells在C++中创建Excel工作簿中的签名行|Documentation

    本文介绍如何使用C++代码结合Aspose.Cells for C++在Excel工作簿中创建签名行。...Cells在C++中创建Excel工作簿中的签名行 Contents [ Hide ] 介绍 Microsoft Excel提供了在Excel工作簿中添加...选项卡,然后从 文本 组中选择 签名行 来添加签名行。 如何为Excel创建签名行 Aspose.Cells也提供了这个功能,并为此暴露了...

    docs.aspose.com/cells/zh/cpp/create-signature-l...
  7. Using LightCells API with Node.js via C++|Docum...

    Learn how to read and write large Excel files using the LightCells API in Node.js via C++. Improve performance and efficiency with less memory consumption....read and write large Microsoft Excel files with a huge list of data...data or content in the worksheet. The LightCells API is useful...

    docs.aspose.com/cells/nodejs-cpp/using-lightcel...
  8. 使用Aspose.Cells for Node.js via C++在Excel工作簿中创建签...

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js在Excel工作簿中创建签名线。...C++在Excel工作簿中创建签名线 Contents [ Hide ] 介绍 Microsoft Excel提供了在Excel工作簿中添加...选项卡,然后从 文本 组中选择 签名行 来添加签名行。 如何为Excel创建签名行 Aspose.Cells for Node.js...

    docs.aspose.com/cells/zh/nodejs-cpp/create-sign...
  9. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the Excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...output is different from the excel chart itself. Here’s the code...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["Demographics"];...

    forum.aspose.com/t/incorrect-rendering-when-con...
  10. Get Cells Index|Documentation

    Learn how to get a row or column by the name of the row through the Aspose.Cells for Python via .NET API, as well as a column or cell. Convert the name of a cell to its zero‑based row and column indexes using the Aspose.Cells for Python via .NET API....Hide ] The default view of Excel is the A1‑style reference; each...manipulate specific data on the worksheet by row and column index, you...

    docs.aspose.com/cells/python-net/get-cells-index/