Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 102,530 for

workbook

(0.17 sec)
  1. 将列宽设置为可缩放单位如em或百分比的Node.js和C++实现|Documentation

    学习如何在Aspose.Cells for Node.js via C++中将列宽设置为em或百分比等可缩放单位,从而改善生成HTML表格的展示效果。...xlsx" ); const workbook = new AsposeCells . Workbook ( sourceFilePath...setExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/zh/nodejs-cpp/set-column-...
  2. Ignore Errors while Rendering Excel to PDF with...

    Learn how to ignore errors during Excel to PDF conversion using Aspose.Cells for C++....pdf" ; // Load the sample workbook that throws an error on Excel‑to‑PDF...Excel‑to‑PDF conversion Workbook wb ( inputFilePath ); // Specify...

    docs.aspose.com/cells/cpp/ignore-errors-while-r...
  3. 用C++将Excel导出为HTML时,从右向左扩展文本|Documentation

    学习在用Aspose.Cells for C++将Excel文件导出为HTML时,从右到左扩展文本的方法。...excel file inside the workbook object Workbook wb ( srcDir + u "sample..."sample.xlsx" ); // Save workbook in html format U16String outputPath...

    docs.aspose.com/cells/zh/cpp/expanding-text-fro...
  4. 用 Node.js via C++ 设置图表数据标签的形状类型|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 设置图表中数据标签的形状类型。此指南将介绍不同的形状类型以及如何选择合适的形状以增强展示效果和实用性。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-sha...
  5. Set the Margins of a Comment or Shape inside th...

    Learn how to set margins of comments or shapes within an Excel worksheet using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...first worksheet const ws = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-margins-of...
  6. 用 C++ 在图表中添加 WordArt 水印|Documentation

    学习如何使用 Aspose.Cells for C++ 向 Microsoft Excel 图表添加 WordArt 水印。我们的指南将演示如何创建和定位 WordArt 水印,以提升图表的视觉吸引力和独特性。... Workbook workbook ( srcDir + u "sample.xlsx"...first worksheet. Chart chart = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  7. How to Unprotect Excel in C#

    This basic tutorial explains how to unprotect Excel in C#. It covers the IDE configuration, stepwise algorithm, and a code snippet to unlock Excel file in C#....to unprotect Excel Create a Workbook class object to access the...method Save the output Excel workbook These steps illustrate how...

    kb.aspose.com/cells/net/how-to-unprotect-excel-...
  8. Incorrect Conditional Formatting in Aspose.Cell...

    I have created a sample Excel file to reproduce the issue. test2.zip (9.6 KB) In the Excel file, I added a conditional formatting to change A1 and B1 to white text color when A3’s value is 1. image.png (768 位元組) imag…...PdfSaveOptions : When saving the workbook to PDF, utilize the PdfSaveOptions...PdfSaveOptions : Workbook workbook = new Workbook("yourfile.xlsx");...

    forum.aspose.com/t/incorrect-conditional-format...
  9. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...an Excel file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/limit-the-...
  10. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。...the sample Excel file Workbook workbook ( u "sampleSetMarginsOfCo...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...