Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 100,089 for

workbook

(0.15 sec)
  1. Delete Page Break in Excel using Node.js

    Delete page break in Excel using Node.js. Get the details to set the IDE, a list of steps, and a sample code to remove page break in Excel using Node.js....manual page breaks into the Workbook object Access the target sheet...items in it Save the resultant Workbook after deleting the page breaks...

    kb.aspose.com/cells/nodejs/delete-page-break-in...
  2. Aspose Cells : Need input on performance improv...

    We’re running the GridJS Aspose.Cells backend within a Docker container. The host machine has sufficient resources available—approximately 6GB of free memory and 80% free CPU. When attempting to load three spreadsheets i…...Run(() => { Workbook workbook = new Workbook(filePath); //...

    forum.aspose.com/t/aspose-cells-need-input-on-p...
  3. Manage OLE in Presentations Using JavaScript|As...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Node.js via Java. Embed, update, and export OLE content seamlessly.... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/nodejs-java/manage-ole/
  4. Online RTF to XLAM Conversion or Build .NET bas...

    Free online app to convert RTF to XLAM files. .NET C# conversion library code for RTF documents....Load HTML document by using Workbook class Save the document to...Microsoft Excel Macro-Enabled Workbooks become essential. The conversion...

    products.aspose.com/total/net/conversion/rtf-to...
  5. Convert POWERPOINT to JSON Format in Android Ap...

    Convert POWERPOINT to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  6. How to Format Numbers to Scientific Notation|Do...

    This article will introduce how to format numbers to scientific notation using Aspose.Cells for .NET API....Cells Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/net/how-to-format-number-...
  7. Cells 25.4创建数据透视表问题 - Free Support Forum - aspo...

    数据透视表,没有列,只有筛选器、行和两个值。生成的数据透视表里,值是多行展示,如何实现按列展示?自动把“数值”挪到列中 image.jpg (115.6 KB) 另外,基于透视表创建出来的透视图,不像正常的透视图一样,可以看到透视表的相关信息,在数据透视表分析下面没有任何可操作项?什么原因? image.jpg (159.8 KB) image.jpg (123.7 KB)...new workbook and get the first worksheet Workbook workbook = new...new Workbook(); Worksheet worksheet = workbook.Worksheets[0];...

    forum.aspose.com/t/cells-25-4/314531
  8. Convert DOTX to JSON Format in Android Apps | p...

    Parse DOTX to JSON format in Android Apps without using Microsoft Word or Excel...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  9. Excel转PDF,单元格内容显示不全 - Free Support Forum - aspo...

    版本:23.8 编程语言:java 问题截图: image.png (85.4 KB) 源文件: image.png (85.4 KB)...{ // 加载Excel文件 Workbook workbook = new Workbook("input.xlsx");...setDefaultFont("Arial"); // 保存为PDF文件 workbook.save("output.pdf", pdfSaveOptions);...

    forum.aspose.com/t/excel-pdf/317576
  10. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize the Sheet.SheetId property of OpenXml using the Excel manipulation C++ API or library programmatically....property and its value inside workbook.xml as shown in the following...// Load source Excel file Workbook wb ( u "sampleSheetId.xlsx"...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...