Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 238,920 for

aspose cells

(0.59 sec)
  1. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...Aspose.Cells也允许使用 Worksheet.Slicers.Add()...XLSB 格式保存工作簿。以下屏幕截图显示了由 Aspose.Cells 在输出 Excel 文件中创建的切片器。 示例代码...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  2. 用C++将XLSB修订转为XLSM|Documentation

    学习如何用Aspose.Cells将XLSB文件的修订转换为XLSM格式。...用C++将XLSB修订转为XLSM Contents [ Hide ] Aspose.Cells现已支持将XLSB文件中的修订完整转换为XLSM...visions包含以.bin结尾的文件。 当你用Aspose.Cells将XLSB文件转换为XLSM文件时,这些.bin文件会成功转换为...

    docs.aspose.com/cells/zh/cpp/convert-revision-o...
  3. Fill Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the fill settings of Cells, allowing users to customize the background and style of Cells. This article will introduce how to use the Aspose.Cells library to set cell fill settings....colors of cells and background patterns. Aspose.Cells also supports...use these features using Aspose.Cells. Setting Colors and Background...

    docs.aspose.com/cells/cpp/cells-fill-settings/
  4. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...别担心, Aspose.Cells 提供了相关API接口帮你实现这一点。 以下示例代码将文本对齐应用于文本框。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  5. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells exports frame scripts and...HTML. The 8.6.0 version of Aspose.Cells for C++ introduces an option...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  6. 用 C++ 将 JSON 转换为 CSV|Documentation

    学习如何使用 Aspose.Cells for C++ 结合简单和嵌套的 JSON 示例将 JSON 转换为 CSV。...Contents [ Hide ] 将JSON转换为CSV Aspose.Cells 支持将简单和嵌套的 JSON 转换为 CSV。为此,API...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-json-to-csv/
  7. Check if VBA Code is Signed with C++|Documentation

    Learn how to check if VBA code in Excel files is signed using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells allows users to check whether...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/check-if-vba-code-is-...
  8. 在工作表中查找形状的绝对位置(C++)|Documentation

    使用Aspose.Cells和C++确定形状在工作表中的绝对位置。...Aspose.Cells提供了 Shape.GetLeftToCorner()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/finding-absolute-p...
  9. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...Aspose.Cells for C++库能满足这些需求。以下内容介绍如...为其他格式的方法。 我们提供示例代码,帮助你使用Aspose.Cells for C++实现这些目标。所需的示例文件已包含在内。...

    docs.aspose.com/cells/zh/cpp/export-equation/
  10. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Rendering ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/