Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 87,332 for

workbook

(0.18 sec)
  1. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A compliant PDF files using Aspose.Cells for Node.js via C++....describes how to save the Excel workbook to PDF/A compliant (PDF/A-1a)...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  2. 在加载文件时自动调整行高(C++)|Documentation

    了解如何使用 Aspose.Cells 与 C++ 自动适应未使用自定义高度的行。...file and save it as PDF { Workbook wb ( filePath + u "sample...load options for the second workbook LoadOptions loadOptions ;...

    docs.aspose.com/cells/zh/cpp/autofit-row-height/
  3. 用C++更新切片器|Documentation

    本文介绍如何通过更新切片器来更新关联的透视表,使用Aspose.Cells for C++ API。...xlsx" ; Workbook wb ( inputFilePath ); // Access...Refresh (); // Save the modified workbook. U16String outputFilePath...

    docs.aspose.com/cells/zh/cpp/updating-slicer/
  4. How to possible top row color set like z-index ...

    @John.He , @amjad.sahi, @peyton.xu // Example: Apply background color priority - Top, Middle, Bottom Style topStyle = worksheet.Workbook.CreateStyle(); topStyle.ForegroundColor = Color.LightGreen; topStyle.Pattern = Bac…...Workbook.CreateStyle(); topStyle.ForegroundColor...Style middleStyle = worksheet.Workbook.CreateStyle(); middleStyle...

    forum.aspose.com/t/how-to-possible-top-row-colo...
  5. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "LinkTypes...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  6. 用C++插入迷你图|Documentation

    使用Aspose.Cells结合C++为Excel创建迷你图。..." ); // Create a new workbook Workbook book ; Worksheet sheet...le::Style10); // Save the workbook book . Save ( outDir + u "output...

    docs.aspose.com/cells/zh/cpp/creating-sparklines/
  7. 如何使用Node.js通过C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到您的图表中以实现灵活的数据可视化。...localPath = "" ; // Create a new workbook and access the first worksheet...worksheet. const workbook = new AsposeCells . Workbook (); const sheets...

    docs.aspose.com/cells/zh/nodejs-cpp/create-dyna...
  8. How to Format Number to Special|Documentation

    This article will introduce how to Format Number to Specialusing Aspose.Cells for Java API.... Step 2: Create a Workbook and Access a Worksheet You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/java/how-to-format-number...
  9. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the C# API or .NET Library sample code to determine if Paper Size of Worksheet is Automatic programmatically.... First Worksheet of First Workbook - IsAutomaticPaperSize : False...First Worksheet of Second Workbook - IsAutomaticPaperSize : True...

    docs.aspose.com/cells/net/determine-if-paper-si...
  10. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the Aspose.Cells for Python via .NET sample code to determine if Paper Size of Worksheet is Automatic programmatically.... First Worksheet of First Workbook - IsAutomaticPaperSize : False...First Worksheet of Second Workbook - IsAutomaticPaperSize : True...

    docs.aspose.com/cells/python-net/determine-if-p...