Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 103,331 for

workbook

(0.17 sec)
  1. Access the Text Box by the Name with C++|Docume...

    Learn how to access a text box by its name using Aspose.Cells for C++....object of the Workbook class Workbook workbook ; // Access the...collection Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/access-the-text-box-b...
  2. Keep Separators for Blank Rows while exporting ...

    Learn how to keep separators for blank rows when exporting spreadsheets to CSV format using Aspose.Cells with C++....xlsx" ; // Create a Workbook object and open the file from...from its path Workbook workbook ( inputFilePath ); // Instantiate...

    docs.aspose.com/cells/cpp/keep-separators-for-b...
  3. 使用Node.js通过C++添加数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加数据透视连接。... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pivot-c...
  4. 用 Node.js 通过 C++ 将工作表渲染为图形上下文|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 将工作表渲染为图形上下文,包括渲染到图像文件、屏幕和打印机。...Create workbook object from source file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/render-work...
  5. 用 Python.NET 在保存为HTML时启用CSS自定义属性|Documentation

    学习如何在使用 Aspose.Cells for Python via .NET API 将Excel文件保存为HTML时启用CSS自定义属性。...cells import Workbook , HtmlSaveOptions # For complete..."output" ) # Load sample workbook wb = Workbook ( os . path . join...

    docs.aspose.com/cells/zh/python-net/enable-css-...
  6. 获取ODS文件中的单元格验证|Documentation

    了解如何通过C++ API中的Aspose.Cells for JavaScript获取单元格验证。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...file stream const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/get-cel...
  7. Handling Large Excel Files using Aspose cells -...

    Hi Team, Need best ways to handle large files using Aspose cells. I have seen the documentation but could not get it working as such. I have the below requirements and need suggestion to utilize aspose for files beyond …...upto 1 GB I have a huge excel workbook, need to update only one of...of the worksheet in the workbook and upload back the entire excel...

    forum.aspose.com/t/handling-large-excel-files-u...
  8. Transfer Excel Range formatting to word Table f...

    https://forum.aspose.com/t/transfer-excel-range-formatting-to-word-table-formatting/308267/9 请回复一下我发的信息...4 KB) Workbook wb = new Workbook(filePath + "input...file. I processed the entire workbook, which contains two worksheets...

    forum.aspose.com/t/transfer-excel-range-formatt...
  9. Update XLSX File using Python | products.aspose...

    Modify XLSX document in Python applications without using Microsoft Excel....File in Python Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/xlsx/
  10. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an excel to word by first converting the excel worksheet to PDF and converting the PDF doc to word using the following code: Workbook Workbook = new Workbook(dir + @"\Test_09122025…...following code: Workbook workbook = new Workbook(dir + @"\Test_09122025\XLOutput...xlsx"); Worksheet sheet = workbook.Worksheets[0]; PdfSaveOptions...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...