Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 87,332 for

workbook

(0.26 sec)
  1. Table Format disturb while copying excel worksh...

    Hello Team , We are facing format issue , while replacing Table Data from excel worksheet to the Word documents , if table is big for format getting disturb , can you please provide solution or code sample which help us…...MemoryStream(excelBytes); Workbook workbook = new Workbook(excelStream);... var sheets = workbook.Worksheets.Cast<Worksheet>().ToList();...

    forum.aspose.com/t/table-format-disturb-while-c...
  2. 使用Node.js在C++中使用ImageOrPrint选项将工作表转换为图片|Documen...

    学习如何使用Aspose.Cells for Node.js via C++将工作表转换为图片文件,并应用各种图像和打印选项。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/converting-...
  3. Caculate Formula causes some cells to return #R...

    PFA Workbook (2.5 MB) Sample code: var Workbook = new Aspose.Cells.Workbook(@"02_Investment Template v01.00 - 04.29.25.xlsx"); var worksheet = Workbook.Worksheets["EDA"]; var valueBefore = work…...1:05pm 1 PFA Workbook (2.5 MB) Sample code: var workbook = new Aspose...Aspose.Cells.Workbook(@"02_Investment Template v01.00 - 04.29.25...

    forum.aspose.com/t/caculate-formula-causes-some...
  4. Protect and Unprotect Worksheet|Documentation

    Protect and unprotect worksheet of Excel files with Aspose.Cells for .Net....code to implement protecting workbook structure of Excel files....Protect or Unprotect the Shared Workbook Encrypting Excel Files...

    docs.aspose.com/cells/net/protect-and-unprotect...
  5. Aspose.Cells 8.9.1 的 public API 更改|Documentation

    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....instance of Workbook Workbook book = new Workbook ( dir + "sample...instance of Workbook Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. 在PHP中将转换为MHTML文件|Documentation

    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....M_HTML ); //Instantiate a workbook and open the template XLSX...XLSX file $wb = new Workbook ( $filePath ); //Save the MHT file...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  7. 使用 Python via .NET 自定义 Ribbon XML|Documentation

    使用 Aspose.Cells for Python via .NET API 读写和管理 Excel Ribbon XML 自定义。...cells import Workbook # For complete examples and...current_dir , "data" ) wb = Workbook ( os . path . join ( data_dir...

    docs.aspose.com/cells/zh/python-net/customizing...
  8. Protecting Worksheet in Jython|Documentation

    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.... cells import Workbook from com . aspose . cells...by excel file path excel = Workbook ( dataDir + "Book1.xls" )...

    docs.aspose.com/cells/java/protecting-worksheet...
  9. Font Settings|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/cells-font-settings/
  10. Convert Worksheet to Image - Remove whitespace ...

    Learn how to convert Microsoft Excel worksheets to images and remove whitespace around data using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/convert-worksh...