Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 241,491 for

cells

(0.18 sec)
  1. 用C++跟踪文档转换进度|Documentation

    学习如何使用Aspose.Cells在C++中跟踪文档转换进度,以增强应用程序的可用性。...Cells通过提供 IPageSavingCallback 接口支持跟踪文档转换进度。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class TestPageSavingCallba...

    docs.aspose.com/cells/zh/cpp/track-document-con...
  2. 加载和管理Excel、OpenOffice、Json、Csv和Html文件|Documenta...

    使用Aspose.Cells,可以在Node.js via C++中轻松创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图片、Mht和XPS文件。...Cells,可以轻松创建、打开和管理Excel文件,例如检索数据或使用设计模板以加快开发流程。...AsposeCells = require ( "aspose.cells.node" ); // The path to the...

    docs.aspose.com/cells/zh/nodejs-cpp/loading-sav...
  3. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....Cells. Please use the ShapeCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  4. 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++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/cpp/set-column-width-to-s...
  5. Alignment Settings|Documentation

    In the Aspose.Cells for Python via .NET library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in Cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for Python via .NET for cell alignment settings....used Microsoft Excel to format cells will be familiar with the alignment...are fully supported by Aspose.Cells for Python via .NET and are...

    docs.aspose.com/cells/python-net/cells-alignmen...
  6. Adjust Row Height in Excel using Java

    This article guides on how to adjust row height in Excel using Java. It has the steps and a runnable sample code to change cell height in Excel using Java....Cells Product Family Aspose.Email...of cells using different arguments. Steps to Change Cell Height...

    kb.aspose.com/cells/java/adjust-row-height-in-e...
  7. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....additional information to cells. Aspose.Cells provides two methods...methods for adding comments to cells. The first is to create comments...

    docs.aspose.com/cells/cpp/comments-and-notes/
  8. 用C++在Node.js中计数工作表中的单元格数量|Documentation

    学习如何通过Aspose.Cells for Node.js via C++以编程方式统计Excel工作表中的单元格数。...您可以使用下面给出的代码示例中所示的 Cells.getCount() 或 Cells.getCountLarge() 属性来计算工作表中的单元格数量。...AsposeCells = require ( "aspose.cells.node" ); // Source directory...

    docs.aspose.com/cells/zh/nodejs-cpp/count-numbe...
  9. 用C++删除工作表中的空白行和空白列|Documentation

    使用Aspose.Cells和C++删除工作表中的空行和空列。...Cells方法来删除空行和空列: 要删除空行,请使用 Cells.DeleteBlankRows()...应该和任何数据透视表的范围相交。 要删除空白列,使用 Cells.DeleteBlankColumns() 方法。 C++...

    docs.aspose.com/cells/zh/cpp/delete-blank-rows-...
  10. Creating a complex PDF|Aspose.PDF for .NET

    Aspose.PDF for NET allows you to create more complex documents that contain images, text fragments, and tables in one document.... Cells . Add ( "Departs City" ); headerRow . Cells . Add...Aspose . Pdf . Cell headerRowCell in headerRow . Cells ) { headerRowCell...

    docs.aspose.com/pdf/net/complex-pdf-example/