Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 246,606 for

cells

(0.82 sec)
  1. 工作表大小调整的可行解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 与 PPTX 格式。... cells . Workbook workbook = new com . aspose . cells . Workbook..."sample.xlsx" ); com . aspose . cells . Worksheet worksheet = workbook...

    docs.aspose.com/slides/zh/java/working-solution...
  2. Implement Cell.FormulaLocal similar to Excel VB...

    Learn how to implement Cell.FormulaLocal similar to Excel VBA Range.FormulaLocal using Aspose.Cells with C++....Ask AI Implement Cell.FormulaLocal similar to Excel VBA Range...called SUMME in German. Aspose.Cells cannot work with non‑English...

    docs.aspose.com/cells/cpp/implement-cell-formul...
  3. Code Comparison for Common Features with OpenXM...

    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....Calculate the sum of a range of cells Create a spreadsheet document...document Delete text from a cell Get a column heading Get worksheet...

    docs.aspose.com/cells/net/code-comparison-for-c...
  4. Aspose::Words::Tables::RowCollection class | As...

    Aspose::Words::Tables::RowCollection class. Provides typed access to a collection of Row nodes. To learn more, visit the documentation article in C++....and print the contents of each cell. auto doc = System :: MakeObject...CellCollection > cells = rows -> idx_get ( j ) -> get_Cells (); // We...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. Using Sparklines and Setting 3D Format|Document...

    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....mini‑charts that you can place inside cells so that you can view data and...lot of busy charts. Aspose.Cells provides an API for manipulating...

    docs.aspose.com/cells/java/using-sparklines-and...
  6. Using Sparklines and Setting 3D Format|Document...

    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....mini‑charts that you can place inside cells so that you can view data and...lot of busy charts. Aspose.Cells provides an API for manipulating...

    docs.aspose.com/cells/net/using-sparklines-and-...
  7. Smartly importing and placing data with Smart m...

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

    docs.aspose.com/cells/python-net/using-smart-ma...
  8. 在Excel工作簿内复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for C++在Excel工作簿中复制和移动工作表。...Cells支持在工作簿内或工作簿之间复制或移动工作表。包括数据、格...xlsx(1个工作表) 下载并安装 Aspose.Cells: 下载Aspose.Cells for C++ 在您的开发计算机上安装...

    docs.aspose.com/cells/zh/cpp/copy-and-move-work...
  9. Opening Files in Jython|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....Cells - Opening Files To open documents...documents using Aspose.Cells Java for Jython . Here you can see...

    docs.aspose.com/cells/java/opening-files-in-jyt...
  10. How to Set Print Titles with C++|Documentation

    This article shows you code explaining how to set print titles using Aspose.Cells library with C++....Cells To set print titles in a specified...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-set-print-titles/