Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 41,184 for

worksheet

(0.08 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....Cells提供了一个方法,Worksheet.moveTo(),用于将工作表移动到同一电子表格中的另一个位置。...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet1...

    docs.aspose.com/cells/zh/java/re-order-sheets-w...
  2. Aspose::Cells::HyperlinkCollection class | Aspo...

    Aspose::Cells::HyperlinkCollection class. Encapsulates a collection of Hyperlink objects in C++....newly added worksheet by passing its sheet index Worksheet worksheet...HyperlinkCollection hyperlinks = worksheet . GetHyperlinks (); //Adding...

    reference.aspose.com/cells/cpp/aspose.cells/hyp...
  3. AutoFitColumns is not working right - Aspose.Ce...

    需要对 excel range中的所有行执行autofit columns,但是执行后,并不是全部column的字体都能完全显示。 Excel before: image.png (4.2 KB) Excel After: image.png (10.1 KB) Code: ReportParameter param = parameter as ReportParameter; string template = str…...GetExcel(filePath)) { Worksheet worksheet = excel.ActiveWorkSheet(0);...ActiveWorkSheet(0); worksheet.Name = "Test"; worksheet.AutoFitColumns(0,0...

    forum.aspose.com/t/autofitcolumns-is-not-workin...
  4. Aspose::Cells::Drawing::TextBox class | Aspose....

    Aspose::Cells::Drawing::TextBox class. Encapsulates the object that represents a textbox in a spreadsheet in C++....GetInputRange() Gets or sets the worksheet range used to fill the specified...horizonal offset of shape from worksheet left border. GetLine() Gets...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  5. Create PDF Files via Python | products.aspose.com

    PDF creater. Create PDF files in Python code. Generate PDF files using Python application.... Access the first worksheet of the workbook. Get the desired...desired cell(s) of the worksheet and input the value into the...

    products.aspose.com/cells/python-net/create/pdf/
  6. Create MS Excel XLS Files via Python | products...

    XLS creater. Create XLS files in Python code. Generate MS Excel XLS files using Python application.... Access the first worksheet of the workbook. Get the desired...desired cell(s) of the worksheet and input the value into the...

    products.aspose.com/cells/python-net/create/xls/
  7. Create ODS (Openoffice / Lbreoffice) Files via ...

    ODS creater. Create ODS files in Python code. Generate ODS (Openoffice / Lbreoffice) files using Python application.... Access the first worksheet of the workbook. Get the desired...desired cell(s) of the worksheet and input the value into the...

    products.aspose.com/cells/python-net/create/ods/
  8. SheetRender does not contain the definition of ...

    We are using ASPOSE Total licensed version. We are not able to print Excel sheets using below code. I am using .Net 6. where System.Drawing is not supported. Worksheet Worksheet; // Get the second sheet. Worksheet = wo…... Worksheet worksheet; // Get the second sheet...sheet. worksheet = workbook.Worksheets[1]; // Apply different...

    forum.aspose.com/t/sheetrender-does-not-contain...
  9. Aspose.Grid .Net 1.7.0.0 New Release Release No...

    Aspose.Grid for .Net 1.7.0.0 Release Notes – the latest enhancements, new features, and fixes....Added new “Worksheets Designer” in the vs.net IDE...You may use it to hide a worksheet from the TabBar.8.Added Custom...

    docs.aspose.com/cells/net/aspose-grid-net-1-7-0...
  10. XlsxSaveOptions.section_mode property | Aspose....

    XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output XLSX document...MULTIPLE_WORKSHEETS . @property def section_mode...save document as a separate worksheets. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...