Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 94,538 for

aspose cells

(0.09 sec)
  1. 使用优雅图表动态生成格式化的Excel报表|Documentation

    本文介绍了如何在GridWeb中生成报表。...从一个XML文件导出(也可以利用其他数据源),到Aspose.Cells.GridWeb控件,该控件为您提供了真实的环境...及像MS Excel一样计算公式结果。它还使用 Aspose.Cells 组件根据工作表源数据生成复杂的图表,并将图表图...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  2. Change Text Direction of the Comment with C++|D...

    Learn how to change the text direction of comments in Excel using Aspose.Cells for C++....allows users to add comments to cells to add additional information...settings and text direction. Aspose.Cells provides APIs to accomplish...

    docs.aspose.com/cells/cpp/change-text-direction...
  3. Copying And Moving Worksheets in Jython|Documen...

    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....Jython Contents [ Hide ] Aspose.Cells - Copying And Moving Worksheets...To append documents using Aspose.Cells Java for Jython . Here you...

    docs.aspose.com/cells/java/copying-and-moving-w...
  4. Setting Formula Calculation Mode of Workbook wi...

    This article introduces how to set the formula calculation mode of a workbook in Microsoft Excel with Aspose.Cells library using C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to set the formula calculation mode and get the result. Finally, we save the modified Excel file to disk.... Aspose.Cells also allows you to set the...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/setting-formula-calcu...
  5. How to set category axis with C++|Documentation

    Learn how to set the category axis in Aspose.Cells for C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....for an Excel chart using Aspose.Cells with sample code. The steps...worksheet. Add some values to cells in the first worksheet. Now...

    docs.aspose.com/cells/cpp/how-to-set-category-a...
  6. Set column width to scalable unit like em or pe...

    Learn how to set column width to scalable units like em or percent using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/set-column-width-to-s...
  7. Unfreeze Rows or Columns of Excel Worksheet wit...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel Worksheets programmatically using Aspose.Cells for C++ API.... Columns, or Panes with Aspose.Cells for C++ It’s simple to unfreeze...unfreeze panes with Aspose.Cells for C++. Use the Worksheet.UnFreezePanes...

    docs.aspose.com/cells/cpp/unfreeze-rows-or-colu...
  8. Password Protect or Unprotect the Shared Workbo...

    Learn how to password protect or unprotect a shared workbook using Aspose.Cells for C++.... Aspose.Cells also supports this feature...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/password-protect-or-u...
  9. PreferredWidth.from_percent method | Aspose.Wor...

    PreferredWidth.from_percent method. A creation method that returns a new instance that represents a preferred width specified as a percentage.... insert_cell () builder . write ( 'Cell #1' ) builder .... insert_cell () builder . write ( 'Cell #2' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to export Excel equations to other types of...

    Export Excel formulas to LaTeX and MathML using Aspose.Cells for C++.... Aspose.Cells for C++ library can fulfill...achieve these goals using Aspose.Cells for C++. Necessary sample...

    docs.aspose.com/cells/cpp/export-equation/