Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 105,371 for

workbook

(0.09 sec)
  1. Get worksheet unique ID with Node.js via C++|Do...

    This article shows how to get an Excel worksheet's unique ID using the Node.js library and C++ API programmatically....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/get-worksheet-...
  2. Count number of cells in the Worksheet with Nod...

    Learn how to programmatically count the number of cells in an Excel worksheet using Aspose.Cells for Node.js via C++....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/count-number-o...
  3. 使用C++获取工作表唯一ID|Documentation

    本文介绍如何用C++库和API程序化获取Excel工作表的唯一ID。...Load source Excel file Workbook workbook ( srcDir + u "Book1.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-worksheet-uniq...
  4. Stop conversion or loading using InterruptMonit...

    Learn how to interrupt Excel file processing in Python using Aspere.Cells' InterruptMonitor for efficient resource management during long operations....to stop the conversion of a Workbook to various formats like PDF...loading of huge workbooks. Please use the Workbook.interrupt_monitor...

    docs.aspose.com/cells/python-net/stop-conversio...
  5. Height and width is not setting as per html - F...

    I am evaluating Aspose.Cells for purchasing a license, but I am not getting the same output as in Microsoft Excel when converting HTML to Excel. The height and width are not being set according to the column text data, …...SupportDivTag = true; Workbook wb = new Workbook("test.html", htmlLoadOptions);...SupportDivTag = true; Workbook wb = new Workbook("test.html", htmlLoadOptions);...

    forum.aspose.com/t/height-and-width-is-not-sett...
  6. InsertCutCells wiping out invalid custom functi...

    When I use InsertCutCells to copy a range containing a formula with an invalid custom function name into a new Workbook, the target cell which should correspond to that source cell has no formula. Here is my testing cod…...custom function name into a new workbook, the target cell which should...output using Aspose.Cells; Workbook srcWorkbook = new(@"C:\Sw...

    forum.aspose.com/t/insertcutcells-wiping-out-in...
  7. How to Convert XLSX to PDF having Restricted Pe...

    In this short tutorial we will learn how to convert XLSX to PDF having restricted permissions in Java. These steps help you to export XLSX to PDF having restricted permissions using Java in any operating system like macOS, Linux, or Windows.... Ultimately this workbook is saved as a PDF file that...repository Add a reference to Workbook , PdfSaveOptions , and PdfSecurityOptions...

    kb.aspose.com/cells/java/how-to-convert-xlsx-to...
  8. 如何将数字格式化为货币|Documentation

    本文将介绍如何使用Aspose.Cells for JavaScript通过C++ API将数字格式化为货币。...no file is selected, a new workbook will be created. </ p > <..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  9. 更改单元格的格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库更改单元格格式,包括字体、颜色、边框等。通过调整这些属性,可以更好地控制单元格的外观。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. 通过 C++ 管理Node.js中的OLE对象|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。...new Workbook. const workbook = new AsposeCells . Workbook ();...first worksheet. const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ol...