Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 203,302 for

cells

(0.09 sec)
  1. Smartly importing and placing data with Smart m...

    Smartly importing and placing data accoding to the template Excel files with Aspose.Cells for Python via java library....Cells know what information to place...markers are written into the cells where you want the information...

    docs.aspose.com/cells/python-java/using-smart-m...
  2. Create High-Low-Close(HLC) Stock Chart with C++...

    Learn how to create a high-low-close stock chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/cpp/create-high-low-close...
  3. How to Set Print Area|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library....Select the Cells: Click and drag to select the range of cells you want...Area: If you want to add more cells to the existing print area,...

    docs.aspose.com/cells/net/how-to-set-print-area/
  4. Refresh and Calculate Pivot Table having Calcul...

    Refresh and calculate pivot table with calculated items using Aspose.Cells with C++....Cells now supports refreshing and...We first change the value of cell D2 to 20 and then refresh and...

    docs.aspose.com/cells/cpp/refresh-and-calculate...
  5. 使用 C++ 处理 ODS 文件中的背景|Documentation

    学习如何使用 Aspose.Cells 和 C++ 管理 ODS 文件中的彩色和图形背景。...Cells提供了读取后台信息并在ODS文件中添加背景的能力。 从ODS文件读取背景信息...从ODS文件读取背景信息 Aspose.Cells 提供 OdsPageBackground 类来管理 ODS 文件中的背景。以下示例演示了通过加载...

    docs.aspose.com/cells/zh/cpp/working-with-backg...
  6. Add Digital Signature to an already signed Exce...

    Learn how to add digital signatures to signed Excel files using Aspose.Cells for C++. Maintain document integrity with multiple signatures....Cells provides the Workbook::AddD...document was generated by Aspose.Cells, it works properly. However...

    docs.aspose.com/cells/cpp/add-digital-signature...
  7. 用C++改变刻度标签方向|Documentation

    了解如何在Aspose.Cells for C++中更改刻度标签的方向。我们的指南将帮助您理解如何调整轴上的刻度标签的方向,包括水平、垂直和倾斜方向。...Cells 通过使用 TickLabels.GetDirectionType()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/change-tick-label-...
  8. 获取图表趋势线的方程文本(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 获取 Microsoft Excel 中创建的图表趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以进行后续分析或显示。...Cells检索图表趋势线的方程文本。Aspose.Cells提供了 Trendline.GetText()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/get-equation-text-...
  9. 使用C++处理形状或图表的阴影效果|Documentation

    学习如何使用Aspose.Cells for C++操控形状或图表的阴影效果。...Cells提供 GetShadowEffect() 方法和 ShadowEffect...GetTransparency() 使用 Aspose.Cells 处理形状或图表的阴影效果 以下示例代码加载 源Excel文件...

    docs.aspose.com/cells/zh/cpp/working-with-the-s...
  10. Insert Sparkline with C++|Documentation

    Create sparkline for Excel using Aspose.Cells with C++....a tiny chart in a worksheet cell that provides a visual representation...create a sparkline with Aspose.Cells with the following example codes:...

    docs.aspose.com/cells/cpp/creating-sparklines/