Sort Score
Result 10 results
Languages All
Labels All
Results 6,031 - 6,040 of 235,728 for

aspose.cells

(3.27 sec)
  1. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.cells using C++.... Aspose.Cells also allows you to create...the timeline created by Aspose.Cells in the output Excel file...

    docs.aspose.com/cells/cpp/create-timeline/
  2. 用C++将Excel导出为HTML时,从右向左扩展文本|Documentation

    学习在用Aspose.cells for C++将Excel文件导出为HTML时,从右到左扩展文本的方法。... Contents [ Hide ] 从现在起,Aspose.Cells for C++支持在导出Excel为HTML时从右向左扩展文本。此功能自v8...0版本起实现。如果你的Excel源文件中包含任何从右到左扩展的文本,Aspose.Cells会正确导出。 在将Excel文件导出为HTML时,将文本从右向左扩展...

    docs.aspose.com/cells/zh/cpp/expanding-text-fro...
  3. Import XML into Excel Workbook with C++|Documen...

    Import data from an XML data file into Microsoft Excel using Aspose.cells with C++....with C++ Contents [ Hide ] Aspose.Cells allows you to import the...Excel. Import XML Map using Aspose.Cells The following sample code...

    docs.aspose.com/cells/cpp/import-xml-map-inside...
  4. 使用 C++ 更新 ActiveX ComboBox 控件|Documentation

    学习如何使用 Aspose.cells 结合 C++ 读写 ActiveX ComboBox 控件的值。...Contents [ Hide ] 可能的使用场景 您可以使用 Aspose.Cells 读写 ActiveX ComboBox 控件的值。请通过...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/zh/cpp/update-activex-com...
  5. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy a sparkline in Excel by specifying a data range and location of a sparkline group using Aspose.cells for Node.js via C++.... Aspose.Cells supports this feature. To...and location. Click OK . Aspose.Cells provides the SparklineCollection...

    docs.aspose.com/cells/nodejs-cpp/copy-sparkline...
  6. 用C++渲染切片器|Documentation

    使用Aspose.cells和C++渲染Excel文件中的切片器。...Contents [ Hide ] 可能的使用场景 Aspose.Cells支持对切片器形状进行渲染。如果将工作表转换为图像...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  7. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize the Sheet.SheetId property of OpenXml using the Excel manipulation C++ API or library programmatically.... Aspose.Cells provides the equivalent...property of OpenXml using Aspose.Cells The following sample code...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  8. Finding Absolute Position of Shape inside the W...

    Determine the absolute position of a shape in a worksheet using Aspose.cells with C++.... Aspose.Cells provides the Shape.GetLeftToCorner()...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/cpp/finding-absolute-posi...
  9. Hiding the Display of Zero Values in the Worksh...

    This article will show you sample code explaining how to programmatically hide the zero values in an Excel spreadsheet using the C++ library or API....demonstrates hiding zeros using Aspose.Cells. #include <iostream> #include...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int...

    docs.aspose.com/cells/cpp/hiding-the-display-of...
  10. 通过C++使用Node.js检测受密码保护的Office Open XML(OOXML)文件的...

    学习如何使用Aspose.cells for Node.js via C++检测加密的OOXML文件的文件格式。... Aspose.Cells提供了一种检测加密的 微软开放XML 文件文件格式的方法。要识别文件类型,请使用...AsposeCells = require ( "aspose.cells.node" ); // Source directory...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-file...