Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 102,528 for

workbook

(0.11 sec)
  1. 用C++在Node.js中计数工作表中的单元格数量|Documentation

    学习如何通过Aspose.Cells for Node.js via C++以编程方式统计Excel工作表中的单元格数。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/count-numbe...
  2. Specifying DBNum Custom Pattern Formatting with...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports formatting dates and numbers using custom formatting patterns. This article will show you how to use the Aspose.Cells library to specify the 'dbnum' custom format pattern so that users have more control over how numbers are displayed....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetColumnWidth ( 0 , 30 ); // Save the workbook in output pdf format wb ....

    docs.aspose.com/cells/cpp/specifying-dbnum-cust...
  3. Index was out of range pivot table.CalculateDat...

    i have a problem when I want to calculate the pivot table in the following example excel file. I always get the following exception “Index was out of range. Must be non-negative and less than the size of the collection.…...Load the workbook Workbook workbook = new Workbook("path_to_your_file...xlsx"); Worksheet sheet = workbook.Worksheets[0]; // Refresh...

    forum.aspose.com/t/index-was-out-of-range-pivot...
  4. How to set excel Custom Paper Size width and he...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao worksheet.PageSetup.PaperSize = PaperSizeType.Custom; // Set custom paper size for A1 (width: 33.1 inches, height: 23.4 inches) worksheet.PageSetup.Custom…...static void Run() { Workbook workbook = new Workbook(); Worksheet worksheet...worksheet = workbook.Worksheets[0]; int firstRow = 0; int lastRow...

    forum.aspose.com/t/how-to-set-excel-custom-pape...
  5. 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...
  6. 档案

    档案...导入 Excel XLSX 的步骤: 创建一个新的 Workbook 对象。 使用 System.IO.File.ReadAllText(string)...ImportData() 方法将数据从 JSON 导入 Excel。 使用 Workbook.Save(string) 方法保存 Excel 文件。...

    blog.aspose.com/zh/cells/import-data-from-json-...
  7. Excel spredsheet fails when converting to PDF -...

    Hi Aspose team, We have problems converting the attached Excel file to PDF. Måleprotokoll.zip (192.1 KB). We get this exception in VS: image.png (42.4 KB) Using this code: Aspose.Cells.License license; license = n…...dataDir = “c:\temp\”; Workbook doc = new Workbook(dataDir + “testt...adjusting the page setup in your workbook. Here’s a code snippet to...

    forum.aspose.com/t/excel-spredsheet-fails-when-...
  8. Hiding Overlaid Content with CrossHideRight whi...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...HTML with HtmlSaveOptions workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/hiding-overlai...
  9. Worksheet to Image - Set Pixel Format for the R...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/worksheet-to-i...
  10. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。...); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...