Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 104,120 for

workbook

(0.39 sec)
  1. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article introduces how to use the Aspose.Cells library to generate conditionally formatted data bars and images...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Create a workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/generate-c...
  2. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply different image and print options using Aspose.Cells with C++....Template Workbook in Microsoft Excel I created a new workbook in MS...02_OutputDirectory \\ " ); Workbook book ( srcDir + u "sampleWorksheetToAnI...

    docs.aspose.com/cells/cpp/converting-worksheet-...
  3. Aspose.Cells fail to fetch GetRangeByName when ...

    Hi team, In newer versions of Aspose if a Name.RefersTo has something like =INDIRECT(ADDRESS(1,1,INDIRECT(“B1”))) then, Worksheets.GetRangeByName throws Exception. I’m using Aspose 25.3.0, This wasn’t happening in pre…...sample code : var asposeName = workbook.Worksheets.Names.FirstOrDefault(n...(asposeName != null) { var range = workbook.Worksheets.GetRangeByName(asposeName...

    forum.aspose.com/t/aspose-cells-fail-to-fetch-g...
  4. 使用JavaScript通过C++格式化区域|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++格式化Excel中的单元格区域。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Create the workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  5. How to add/insert TextBox to Worksheet with Nod...

    How to add/insert TextBox to Worksheet in Aspose.Cells for Node.js via C++....an object of the Workbook class const workbook = new AsposeCells...AsposeCells . Workbook (); // Access the first worksheet from the collection...

    docs.aspose.com/cells/nodejs-cpp/add-text-box-t...
  6. 如何用 Node.js 通过 C++ 设置系列为隐藏|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 设置 Excel 图表中的系列为隐藏。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  7. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for Node.js via C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....instance of Workbook containing the Chart const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the Worksheet that...

    docs.aspose.com/cells/nodejs-cpp/resize-chart-s...
  8. How to create TreeMap chart with Node.js via C+...

    Learn how to create a Treemap chart in Aspose.Cells for Node.js via C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/creating-treem...
  9. 使用C++将打印区域范围导出为HTML|Documentation

    学习如何使用编号Aspose.Cells for C++将打印区域范围导出到HTML。...html" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/export-print-area-...
  10. 用C++更改切片器属性|Documentation

    使用Aspose.Cells和C++更改单个Excel文件中切片器的属性。...02_OutputDirectory \\ " ); Workbook workbook ( sourceDir + u "sampleCreateSlicerTo...worksheet. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/change-slicer-prop...