Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 161,041 for

workbook

(0.09 sec)
  1. 包含强类型数据的列|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....Open ); //Instantiating a Workbook object //Opening the Excel...the file stream Workbook workbook = new Workbook ( fstream ); //Accessing...

    docs.aspose.com/cells/zh/net/columns-containing...
  2. Focus is not setting in first cell in all the w...

    I have an empty excel template with multiple sheets. In all the sheets, I have placed the cursor in A1 cell and saved the work book. Data is populated in the template using c# code and when downloading it, I can see the…... workbook is saved as below in c# code:...if (extension == “.xlsx”) workBook.Save(memoryStream, SaveFormat...

    forum.aspose.com/t/focus-is-not-setting-in-firs...
  3. CalculationCell | Aspose.Cells for Java API Ref...

    Represents the calculation relevant data about one cell which is being calculated....not change any data in the Workbook during the formula calculation...getClass() getWorkbook() Gets the Workbook object. getWorksheet() Gets...

    reference.aspose.com/cells/java/com.aspose.cell...
  4. 请问怎么读取excel文件所有内容为字符串呢 - Free Support Forum - a...

    请问怎么读取excel文件所有内容为字符串呢...cells import Workbook, WorksheetCollection, Worksheet...Load the Excel file workbook = Workbook("e:\\test2\\Book1.xlsx")...

    forum.aspose.com/t/excel/287712
  5. WorkbookDesigner | Aspose.Cells for .NET API 参考

    封装表示设计器电子表格的对象... WorkbookDesigner (Workbook) 初始化 WorkbookDesigner 类. 特性...指示是否将更新其他工作表中的引用。 Workbook { get; set; } 获取并设置 Workbook 对象. 方法 姓名 描述...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  6. externallinkcollection - Aspose.Cells for PHP v...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WebExtensionTaskPane WebQueryConnection Workbook WorkbookDesigner WorkbookMetadata...external links collection in a workbook. Example: //Open a file with...

    reference.aspose.com/cells/php/aspose.cells/ext...
  7. ImportXml | Aspose.Cells for .NET API 参考

    将 XML 数据文件导入/更新到工作簿中... Workbook wb = new Workbook ( "Book1.xlsx" );..."output.xlsx" ); 也可以看看 class Workbook 命名空间 Aspose.Cells 部件 Aspose...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  8. Unlock XLSX document via .NET | products.aspose...

    C# source code to unlock password protected XLSX file on .NET Framework, .NET Core, Mono or Xamarin Platforms.... Instantiate Workbook class with path to protected...method Remove Workbook protection with Workbook.Unprotect method...

    products.aspose.com/cells/net/unlock/xlsx/
  9. remove_at method | Aspose.Cells for Python via ...

    remove_at method Contents [ Hide ] remove_at Removes the specified external link from the Workbook. def remove_at ( s......specified external link from the workbook. def remove_at ( self , index...specified external link from the workbook. def remove_at ( self , index...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. Unexpected behaviour while converting Excel to ...

    Hi, we have different results while converting an Excel file to pdf. Case 1: We convert given Excel file “Test.xlsx” to pdf using given source code Result: The multiline text in row 29 and 30 of Excel file is not show…...unlockCells(); Workbook workbook = new Workbook(sourceFileName);...setCompliance(PdfCompliance.NONE); workbook.save(targetPdfFileName, pdfSaveOptions);...

    forum.aspose.com/t/unexpected-behaviour-while-c...